6.0.0-beta1
8/9/25

[#6250] writedn missing in Prefs/kolab.php
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

History
02/29/2008 09:26:08 AM Gunnar Wrobel Comment #2
State ⇒ Resolved
Reply to this comment
Slightly modified and commited to cvs. Thanks for the note!
02/12/2008 03:08:25 PM Jan Schneider Assigned to Gunnar Wrobel
State ⇒ Assigned
 
02/12/2008 03:08:15 PM Jan Schneider Version ⇒
Queue ⇒ Kolab
 
02/12/2008 02:02:41 PM mrousseau (at) ate (dot) tm (dot) fr Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ writedn missing in Prefs/kolab.php
Queue ⇒ Horde Framework Packages
State ⇒ Unconfirmed
Reply to this comment
It's seems that the Prefs/kolab.php file isn't any more sync with the 
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';

Saved Queries