[horde] Authentication with SQL...

Chuck Hagenbuch chuck at horde.org
Fri Aug 3 21:31:16 PDT 2001


Quoting Curtis, Darren S <Darren.Curtis at pnl.gov>:
> $conf['auth']['params'] = array();
> $conf['auth']['params']['phptype']  = 'mysql';
> $conf['auth']['params']['hostspec'] = 'localhost';
> $conf['auth']['params']['username'] = 'hordemgr';
> $conf['auth']['params']['password'] = '_changed_'; # Hidden from email :-)
> $conf['auth']['params']['database'] = 'horde';
> $conf['auth']['params']['table']    = 'horde_prefs';

I'll bet that last one is wrong.

> The only two uncommented lines I have in config/registry.php are:
> 
> $this->registry['auth']['login'] = 'sql';
> $this->registry['auth']['logout'] = 'sql';

Leave those commented out. You should probably leave the 'horde' section
uncommented (and with proper paths).

> Am I missing something? Has anyone else succeeded using MySQL as
> the driver for Authentication?

Try those three things.

-chuck

--
We are not just cogs in a collective happiness machine.




More information about the horde mailing list