[horde] Preferences in horde CVS
Jon Parise
jon at horde.org
Mon Aug 13 20:11:00 PDT 2001
On Mon, Aug 13, 2001 at 11:24:08PM +0200, Ren Jensen wrote:
> // Any parameters that the preferences driver needs. This includes
> // database or ldap server, username/password to connect with, etc.
> $conf['prefs']['params'] = array(
> 'phptype' => 'pgsql',
> 'hostspec' => 'localhost',
> 'username' => 'hordeadmin',
> 'password' => '****',
> 'database' => 'horde',
> 'table' => 'horde_prefs'
> );
Try adding:
$conf['prefs']['params']['protocol'] = 'unix';
--
Jon Parise (jon at csh.rit.edu) . Rochester Inst. of Technology
http://www.csh.rit.edu/~jon/ : Computer Science House Member
More information about the horde
mailing list