[Tickets #11697] Re: Refactored LDAP Prefs driver using Horde_Ldap
noreply at bugs.horde.org
noreply at bugs.horde.org
Wed Jan 30 14:41:24 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11697
------------------------------------------------------------------------------
Ticket | 11697
Updated By | Jan Schneider <jan at horde.org>
Summary | Refactored LDAP Prefs driver using Horde_Ldap
Queue | Horde Framework Packages
Version | Git master
Type | Enhancement
State | Feedback
Priority | 2. Medium
Milestone |
Patch | 1
Owners |
------------------------------------------------------------------------------
Jan Schneider <jan at horde.org> (2013-01-30 15:41) wrote:
You cannot directly use findUserDN() because this expects the search
key attribute in $params['user']['uid']. This is only used for (and
only set when using) binding with the current user's credentials. For
preferences there is $params['uid'] which must be used to find the
user DN for the preference. This also answers your TODO in the
constructor docs, why we need a separate 'uid' parameter.
Please update the current driver version from Git master to use a
custom findUserDN().
More information about the bugs
mailing list