Summary | It is not possible to log into Kolab using the user UID |
Queue | Kolab |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | wrobel (at) gentoo (dot) org |
Created | 11/15/2006 (6808 days ago) |
Due | |
Updated | 11/20/2006 (6803 days ago) |
Assigned | |
Resolved | 11/20/2006 (6803 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
Obsoletes
ticket #1317.A patch to retrieve the mail adress for a given uid.
* framework_Kolab_Kolab.php-Kolab_Auth_fix-20061114.patch
A patch to retrieve the mail adress for a given uid.
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ It is not possible to log into Kolab using the user UID
Queue ⇒ Kolab
New Attachment: framework_Kolab_Kolab.php-Kolab_Auth_fix-20061114.patch
address or the user UID. Horde cannot handle this because it needs a
unique user id.
I modified the Auth/kolab.php driver to rewrite a given UID to the
kolab mail address. This needs an additional LDAP handler (code from
Steffen Hansen as mentioned in the documentation header of the class)
in Kolab/Kolab.php.
Sugested patches attached.