[horde] horde 3.2.1, imp 4.2, ldap auth??
Norberto Bensa
nbensa at gmail.com
Tue Aug 19 02:53:40 UTC 2008
Hello list,
I'm happily running horde 3.1.8 (and imp 4.1.6) with ldap auth. conf.php is:
$conf['auth']['admins'] = array('nbensa');
$conf['auth']['checkip'] = true;
$conf['auth']['checkbrowser'] = true;
$conf['auth']['alternate_login'] = false;
$conf['auth']['redirect_on_logout'] = false;
$conf['auth']['params']['hostspec'] = 'ldaps://ldap.bensa.ar';
$conf['auth']['params']['basedn'] = 'dc=bensa,dc=ar';
$conf['auth']['params']['version'] = '3';
$conf['auth']['params']['ad'] = false;
$conf['auth']['params']['uid'] = 'uid';
$conf['auth']['params']['encryption'] = 'plain';
$conf['auth']['params']['newuser_objectclass'] =
array('shadowAccount', 'inetOrgPerson', 'hordePerson');
$conf['auth']['params']['objectclass'] = array('shadowAccount');
$conf['auth']['params']['filter_type'] = 'objectclass';
$conf['auth']['params']['password_expiration'] = 'no';
$conf['auth']['driver'] = 'ldap';
but after upgrading to horde 3.2.1 and imp 4.2, it just doesn't work.
There is no activity in slap beyond connection attempt; there is no
filter activity from horde.
auth always fails. Horde log is of no use to me but here it is:
Aug 18 23:43:18 HORDE [debug] [horde] SQL Query by
SessionHandler_mysql::_read(): query = "SELECT session_data FROM
horde_sessionhandler WHERE session_id =
'a1fcd3a04c2ed3cb92ea0b7da64128ae' AND session_lastmodified >
1219112358 FOR UPDATE" [pid 7496 on line 144 of
"/var/www/mail.bensa.ar/horde/lib/Horde/SessionHandler/mysql.php"]
Aug 18 23:43:18 HORDE [debug] [horde] SQL Query by
SessionHandler_mysql::destroy(): query = "DELETE FROM
horde_sessionhandler WHERE session_id =
'a1fcd3a04c2ed3cb92ea0b7da64128ae'" [pid 7496 on line 220 of
"/var/www/mail.bensa.ar/horde/lib/Horde/SessionHandler/mysql.php"]
Aug 18 23:43:18 HORDE [error] [horde] FAILED LOGIN for nbensa
[192.168.1.201] to Horde [pid 7496 on line 164 of
"/var/www/mail.bensa.ar/horde/login.php"]
Aug 18 23:43:18 HORDE [debug] [horde] Max memory usage: 1310720 bytes
[pid 7496 on line 339 of
"/var/www/mail.bensa.ar/horde/lib/Horde/Registry.php"]
I've tried a truncate on horde_sessionhandler but so far, nothing
changed. I reverted back to horde 3.1.8 + imp 4.1.6.
This is not my first attempt to this upgrade. It always results in
failed authentication when using ldap backend.
Any ideas?
Many thanks in advance,
Norberto
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
More information about the horde
mailing list