[horde] Horde3 and auth

Jānis je at ktf.rtu.lv
Wed Jun 15 06:06:57 PDT 2005


Hi!

I am trying to fire up Horde3 after successful use of Horde2 and run into
problems:
i can not make it use the passwd authentification:
the auth part from horde conf:

$conf['auth']['admins'] = array('User007');
$conf['auth']['checkip'] = true;
$conf['auth']['params']['filename'] = '/etc/passwd';
$conf['auth']['params']['lock'] = true;
$conf['auth']['driver'] = 'passwd';

in such way it is not possible to login to the horde at all (User007 exists) and
in horde log such message is shown:
Jun 15 15:51:12 HORDE [error] [horde] FAILED LOGIN for User007 [{IP_addr}] to
Horde [on line 95 of "/home/htdocs/morda3/horde/login.php"]

when the config was the following:
/*
$conf['auth']['admins'] = array('User007');
$conf['auth']['checkip'] = true;
$conf['auth']['params']['username'] = 'Administrator';
$conf['auth']['params']['requestuser'] = false;
$conf['auth']['driver'] = 'auto';
*/
it was possible to log on (and use IMP for example), but the possibility to
administer the Horde was lost.

Unfortunately, i did not found any info how to setup horde to use passwd auth...

Janis
***


More information about the horde mailing list