[horde] login problem

Dirk Bonn dbonn at sysprofit.com
Wed Feb 4 16:09:56 PST 2004


Hello,

I reinstalled horde HEAD and the framework from the 2004-02-04 cvs. Now I have 
problems to login. The error message in horde.log is:

Feb 05 01:12:25 HORDE [error] [horde] FAILED LOGIN for xxxxx [xxx.xxx.xxx.xxx] 
to Horde [on line 93 of "xxxxxx/login.php"]
Feb 05 01:12:25 HORDE [debug] [] User  does not have READ permission for horde 
[on line 637 of "xxxxxxx/lib/Registry.php"]

The browser shows message "Login failed because your username or password was 
entered incorrectly." and then again the login dialogue. But 
username/password pair is correct.

The horde database resides in mysql. I am able to connect as the configured 
user to the horde database and am able to read the content of table 
horde_users. The password ist md5 encrypted. The configured horde user has an 
entry in database mysql (table user) with select, insert, update, delete and 
create privilege.

This is the part of conf.php:

$conf['auth']['driver'] = 'sql';

$conf['auth']['checkip'] = false;

$conf['auth']['params'] = array();
$conf['auth']['params']['database'] = 'horde';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['password'] = 'xxxxx';
$conf['auth']['params']['phptype'] = 'mysql';
$conf['auth']['params']['protocol'] = 'tcp';
$conf['auth']['params']['username'] = 'xxxxx';

I also tested auth driver passwd. Same behaviour.

Thanks in advance for any help.

Dirk




More information about the horde mailing list