Summary | writedn missing in Prefs/kolab.php |
Queue | Kolab |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | wrobel (at) horde (dot) org |
Requester | mrousseau (at) ate (dot) tm (dot) fr |
Created | 02/12/2008 (6388 days ago) |
Due | |
Updated | 02/29/2008 (6371 days ago) |
Assigned | 02/12/2008 (6388 days ago) |
Resolved | 02/29/2008 (6371 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Assigned
Queue ⇒ Kolab
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ writedn missing in Prefs/kolab.php
Queue ⇒ Horde Framework Packages
State ⇒ Unconfirmed
ldap.php.
Somes params are missing when we try to call Prefs_ldap :
we must add in $params :
'writedn' => 'searchdn',
and one is incorrect :
'uid' => array('mail', 'uid')
must be replaced by :
'uid' => 'mail';