[horde] new install / no login
johan
johan30 at easynet.be
Mon Sep 16 04:45:05 PDT 2002
I think this is quite normal :
$conf['auth']['params']['dsn'] = '{my.domain.name:143/imap}INBOX';
You have to change this file : my.domain.name into your real domain name
where the imap-server is running : for example 'localhost'
But in fact, you don't have to change it here, but in horde.conf.
horde.php takes the variables of horde.conf. So it is better to show
here horde.conf
Greetz,
Johan
-----Original Message-----
From: horde-bounces at lists.horde.org
[mailto:horde-bounces at lists.horde.org] On Behalf Of Ulrich Wisser
Sent: Monday, September 16, 2002 10:18 AM
To: horde at lists.horde.org
Subject: [horde] new install / no login
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';
--
Horde mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list