[Tickets #1969] NEW: domain aware username
bugs@bugs.horde.org
bugs at bugs.horde.org
Sat May 14 03:19:32 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1969
-----------------------------------------------------------------------
Ticket | 1969
Created By | worf at 4uchat.de
Summary | domain aware username
Queue | Passwd
Version | HEAD
State | New
Priority | 1. Low
Type | Enhancement
Owners |
-----------------------------------------------------------------------
worf at 4uchat.de (2005-05-14 03:19) wrote:
Application: Horde is running as webmail server and users should be able to
change their password. Mail server supports multiple domains, Horde/IMP are
used as web frontend. Authentication is done by LDAP.
Problem: Passwd changes username at domain.de to username, obviously ldap
access fails then.
Solution: In main.php there are two locations with a line like
$userid = Auth::getBareAuth();
I changed that to
$userid = Auth::getAuth();
which solved that problem for my application. I know that is a quick'n dirty
solution. One more line in config.php would be the correct solution, so
admin can select the preferred way to present the username. Please consider
that for next version of Passwd.
cheers
Christian
More information about the bugs
mailing list