[horde] problems with mysql authentication.. please help!

Rudy Cortes rudy at rendermanacademy.com
Thu Mar 31 20:21:33 PST 2005


Hello!

im having a very hard time getting authentication to wok in horde. Im trying to use mysql to authenticate users. Im pretty sure the databases are setup properly. however when I try to log in i get sent right back to the login screen, no errors or warnings.. NOTHING!.

here are the conf lines in my conf.php file


$conf['auth']['params']['phptype'] = 'mysql';
$conf['auth']['params']['protocol'] = 'tcp';
$conf['auth']['params']['hostspec'] = 'myhost';
$conf['auth']['params']['username'] = 'horde';
$conf['auth']['params']['password'] = 'mypassword';
$conf['auth']['params']['database'] = 'horde';
$conf['auth']['admins'] = array('Administrator');
$conf['auth']['checkip'] = true;
$conf['auth']['params']['driverconfig'] = 'custom';
$conf['auth']['params']['table'] = 'horde_users';
$conf['auth']['params']['username_field'] = 'user_uid';
$conf['auth']['params']['password_field'] = 'user_pass';
$conf['auth']['params']['encryption'] = 'md5-hex';
$conf['auth']['params']['show_encryption'] = false;
$conf['auth']['driver'] = 'sql';


could someone please help me!... this is driving me insane!!

Rudy


More information about the horde mailing list