Summary | domain aware username |
Queue | Passwd |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | worf (at) 4uchat (dot) de |
Created | 05/14/2005 (7391 days ago) |
Due | |
Updated | 05/15/2005 (7390 days ago) |
Assigned | |
Resolved | 05/15/2005 (7390 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ domain aware username
Queue ⇒ Passwd
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@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