[horde] new install / no login

Ulrich Wisser liste at publisher.de
Mon Sep 16 01:18:10 PDT 2002


Hello,

sorry, I feel so stupid, but I can't login to my horde/imp
installation. I did setup horde and imp and both testpages
report no errors, the imp testpage can connect to my user
account and retrieve mails.

What magic is needed to allow me to login into horde?

Please find my horde.php below.

Thanks

Ulrich



$conf['auth']['driver']             = 'sql';
$conf['auth']['params']             = array();
$conf['auth']['params']['dsn']      = '{my.domain.name:143/imap}INBOX';
$conf['auth']['params']['phptype']  = 'mysql';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['username'] = 'horde';
$conf['auth']['params']['password'] = '*****';
$conf['auth']['params']['database'] = 'horde';
$conf['auth']['params']['table']    = 'horde_users';



More information about the horde mailing list