[horde] Ldap Authentication

Tadeu De Chiacchio Puelles tadeu at skill-computer.com.br
Wed Feb 4 11:22:57 PST 2004


Hi all !
I'm trying to make horde 2.2.4 to authenticate by ldap connection,
the list of users in under "ou=People,dc=skill-computer,dc=com,dc=br" witch passwds in MD5,
I use this to do PAM, Samba, imap etc... works witch LDAP accounts.

the file config/hord.php...

$conf['prefs']['driver'] = 'ldap';
$conf['prefs']['params']['hostspec'] = 'darkstar';
$conf['prefs']['params']['port'] = '389';
$conf['prefs']['params']['basedn'] = 'dc=skill-computer,dc=com,dc=br';
$conf['prefs']['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['prefs']['params']['rootdn'] = 'cn=admin,dc=skill-computer,dc=com,dc=br';
$conf['prefs']['params']['username'] = 'admin';
$conf['prefs']['params']['password'] = '#####';
...
I sniffed the connection while trying to auth in the hord's login page but none ldap connection open...
and when i try to login the page becomes blank !
the test horde file is attached.

Well can anybody help me please ?!

many Tanks for now 


More information about the horde mailing list