[horde] mysql authentication...

Todd Keeler tkeeler at ualberta.ca
Thu Apr 29 16:06:18 PDT 2004


I'm trying to get  kronolith running.  I've installed horde and 
kronolith and everything seems dandy. 
I'm using sql authentication , and it seemed pretty intuitive to insert 
a user and a password into the
horde_users table.  However, at the horde login screen,  the names and 
passwords aren't accepted. 

Here's my authentication part of  horde.php:

// An array holding any parameters that the Auth object will need to
// function correctly.
$conf['auth']['params'] = array();
 $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';

Any ideas?  thanks... don't worry about the passwords... nothing is 
available to outside access :)




More information about the horde mailing list