[horde] Passwd Module - LDAP error, how to set userdn? more attempts
Stuart C. Naifeh
scnaifeh at hotmail.com
Wed Jul 31 17:58:50 UTC 2013
How about adding the following to backends.local.php:
$backends['ldap']['params']['userdn'] = 'uid=%u,ou=addresses,o=antespam.com
';
You'd of course want to delete the line that sents
$backends['ldap']['params']['userdn'] from hooks.php. I also did not need
to set $userid in a hook. If you use the LDAP uid to log in to horde then
you probably don't need to, either.
More information about the horde
mailing list