[horde] SQL Authentication Issue
Matt T
matt10t at hotmail.com
Tue Oct 26 15:51:29 PDT 2004
Ok I have added the following in my hord.php file:
$conf['auth']['params'] = array();
// Added by Matt
$conf['auth']['params']['phptype'] = 'mysql';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['protocol'] = 'tcp';
$conf['auth']['params']['username'] = 'horde';
$conf['auth']['params']['password'] = 'mypassword';
$conf['auth']['params']['database'] = 'horde';
$conf['auth']['params']['table'] = 'horde_users';
// End Add by Matt
Now I get the following error:
Oct 26 18:46:26 HORDE [warning] [horde] FAILED LOGIN for mtuttle [127.0.0.1]
to Horde [on line 48 of "C:\Program Files\Apache
Group\Apache2\htdocs\horde\login.php"]
Do I need to add something else to 'auth'? I'm really at a loss to what the
problem is. Once again any help appreciated.
Thanks,
-Matt
More information about the horde
mailing list