[horde] SQL Authentication Issue

Bo Daley bo at darkwork.net
Tue Oct 26 13:53:34 PDT 2004


On Tue, 26 Oct 2004, Matt T wrote:

> $conf['auth']['driver'] = 'sql';
> $conf['prefs']['driver'] = 'sql';
> 
> $conf['prefs']['params']['phptype'] = 'mysql';
> $conf['prefs']['params']['hostspec'] = 'localhost';
> $conf['prefs']['params']['username'] = 'horde';
> $conf['prefs']['params']['password'] = 'mypassword';
> $conf['prefs']['params']['database'] = 'horde';
> $conf['prefs']['params']['table'] = 'horde_prefs';

Looks like you just need to add the values for $conf['auth']['params'] in 
your horde.php file. Most of those values will be the same as the ones you 
entered for $conf['prefs']['params'].

bo.






More information about the horde mailing list