[horde] Horde LDAP auth, userlist and adding users

Dmitry Diskin dda at ic.ru
Wed May 7 07:59:31 PDT 2003


Hello!

I installed fresh HEAD snapshot of horde, and configured it to use LDAP 
for user authentication. It works - I can login by supplying my email 
and password which are set up in LDAP. Next, I added my email to 
$conf['auth']['admins'] array - and I can't see any entries in "USERS -> 
Users in the system:" list. Moreover, when I add a new user (entering 
email and password), it says "Successfully added 'user at xxx.yyy' to the 
system.", but doesn't add anything to LDAP actually. Here is my 'auth' 
section of conf.php:

$conf['auth']['driver'] = 'ldap';
$conf['auth']['params'] = array();
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['port'] = '389';
$conf['auth']['params']['basedn'] = 'dc=myhost,dc=com';
$conf['auth']['params']['uid'] = 'mail';
/*
  * The following is valid but would only be necessary if users
  * do NOT have permission to modify their own ldap accounts.
  */
$conf['auth']['params']['rootdn'] = 'cn=Manager,dc=myhost,dc=com';
$conf['auth']['params']['username'] = 'Manager';
$conf['auth']['params']['password'] = 'mypassword';

// end

What else should I add/modify and where? Please help.

Best regards,
Dmitry.





More information about the horde mailing list