[Tickets #6250] writedn missing in Prefs/kolab.php

bugs at horde.org bugs at horde.org
Tue Feb 12 14:02:42 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=6250
-----------------------------------------------------------------------
 Ticket             | 6250
 Created By         | mrousseau at ate.tm.fr
 Summary            | writedn missing in Prefs/kolab.php
 Queue              | Horde Framework Packages
 Version            | FRAMEWORK_3
 Type               | Bug
 State              | Unconfirmed
 Priority           | 2. Medium
 Milestone          | 
 Patch              | 
 Owners             | 
-----------------------------------------------------------------------


mrousseau at ate.tm.fr (2008-02-12 09:02) wrote:

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';




More information about the bugs mailing list