[horde] Horde 5 - LDap binddn not being used?

James MacLean macleajb at ednet.ns.ca
Mon Feb 11 16:52:26 UTC 2013


Hi folks,

/usr/share/pear/Horde/Ldap.php in

public function bind()

The DN is either blank, or current user. Should it not be getting passed 
the binddn when it searches for users?

I do not see that happening here with the following type of 
horde/config/conf.php values:

$conf['ldap']['hostspec'] = 'myhost.net';
$conf['ldap']['port'] = 399;
$conf['ldap']['tls'] = false;
$conf['ldap']['version'] = 3;
$conf['ldap']['user']['binddn'] = 'uid=headdude,ou=special users,dc=test';
$conf['ldap']['user']['bindpw'] = 'Something';
$conf['ldap']['user']['uid'] = 'cn';
$conf['ldap']['user']['filter'] = 'objectClass=person';
$conf['ldap']['user']['filter_type'] = 'filter';
$conf['ldap']['bindas'] = 'user';
$conf['ldap']['useldap'] = true;

thanks,
JES


More information about the horde mailing list