[horde] Login Problems
Andre LeFort
cnalefort at hotmail.com
Mon Feb 10 13:42:30 PST 2003
I am brand new to this Horde package, I have heard much good about it, so I
decided to install it!
As it stands, I am unable to login into Horde. I have created the dB and
can access it with the proper username and password.
I have added a user to the horde_users table using plain text, md5, password
and currently have the password as md5. When I try to log in, it simply
reloads the page and does not display anything else. Here is the code from
my horde.php file:
// What backend should we use for authenticating users to Horde? Valid
// options are currently 'imap', 'ldap', 'mcal', 'sql', 'ftp' and 'krb5'.
$conf['auth']['driver'] = 'sql';
// An array holding any parameters that the Auth object will need to
// function correctly.
$conf['auth']['params'] = array();
//$conf['sql']['socket'] = '/var/lib/mysql/mysql.sock';
$conf['auth']['params']['phptype'] = 'mysql';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['username'] = 'horde';
$conf['auth']['params']['password'] = 'larand';
$conf['auth']['params']['database'] = 'horde';
$conf['auth']['params']['table'] = 'horde_users';
// For IMAP, this is the server name, port, protocol, etc.
// $conf['auth']['params']['dsn'] = '{imap.example.com:143/imap}INBOX';
In my opinion, it should work, but doesn't to. Are there any other settings
I should edit in other files?
Thank you all kindly!
_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
More information about the horde
mailing list