[horde] HORDE and LDAPv3
Michael J. Pelletier
mjpelletier at mjpelletier.com
Thu Jan 8 23:00:22 PST 2004
Hello,
I recently posted a question about getting HORDE to use LDAPv3. I got some good
help and made some changes to my conf file but, I still can not get it to work
correctly.
Here is some info:
I am using HORDE HEAD last sync'd about a week before Christmas
I am using OpenLDAP 2.2.4 complied with Berkley DB 4.2.25
I have the following LDAP configurations in horde/conf/conf.php
$conf['auth']['driver'] = 'ldap';
$conf['auth']['params']['basedn'] = 'dc=mjpelletier,dc=com';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['uid'] = 'uid';
$conf['auth']['params']['objectclass'] = 'objectClass=*';
$conf['auth']['params']['binddn'] = 'cn=Manager,dc=mjpelletier,dc=com';
$conf['auth']['params']['password'] = '*****';
$conf['prefs']['driver'] = 'ldap';
$conf['prefs']['params']['basedn'] = 'dc=mjpelletier,dc=org';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['port'] = '389';
$conf['prefs']['params']['version'] = '3';
$conf['prefs']['params']['rootdn'] = 'cn=Manager,dc=mjpelletier,dc=com';
$conf['prefs']['params']['password'] = '*****';
$conf['prefs']['params']['uid'] = 'uid';
Did I miss something?
Michael
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
More information about the horde
mailing list