Unable to log in

Jeffrey Kunzelman jeff@discountpetfood.net
Tue, 09 Apr 2002 11:00:03 -0700


Hello, 

This probably qualities as stupid question of the day, but I have horde
installed, along with apache and php. I get to the horde login page and my
username and password are not accepted. Horde produces log messages:

Apr 09 09:10:34 HORDE [error] [horde] FAILED LOGIN for test [192.168.0.67]
to Horde [on line 43 of "/usr/local/www/horde/horde/login.php"]


I've configured horde to use mysql as follows:

(horde.php)
$conf['auth']['driver'] = 'sql';

$conf['auth']['params']['phptype'] = 'mysql';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['username'] = 'horde';
$conf['auth']['params']['password'] = 'horde';
$conf['auth']['params']['database'] = 'horde';
$conf['auth']['params']['table'] = 'horde_users';


I've ran the mysql scripts and created a user called test in the horde_users
table in the horde database. Mysql has a user called horde with access to
those tables. I can login as horde to mysql from the command line with out a
problem.

Probably something simple I'm forgeting.