[horde] Postgres and Horde.
gwen
gwenix at gmail.com
Tue Dec 9 19:32:29 UTC 2008
I have horde working with Postgres and LDAP at this time.
Unfortunately, I've had to leave my Postgres open in pg_hba.conf for
the horde database as follows:
local horde horde trust
host horde horde 127.0.0.1/32 trust
The default access is set up for "password" method for everything else (all).
I would like to require password access to the horde database too, but
when I comment out the horde specific lines, horde can no longer
contact the database.
My sql lines from horde/config/conf.php are as follows:
$conf['sql']['persistent'] = false;
$conf['sql']['username'] = '[redacted]';
$conf['sql']['password'] = '[redacted]';
$conf['sql']['hostspec'] = '[redacted: blah.blah.com]';
$conf['sql']['protocol'] = 'tcp';
$conf['sql']['database'] = 'horde';
$conf['sql']['charset'] = 'utf-8';
$conf['sql']['phptype'] = 'pgsql';
I copied and pasted the username/password combo to the commandline
while password required was on, and they worked for accessing the
database, so that is not the issue.
Does anyone have any ideas? I'm at a loss at this point.
--
Gwendolyn R. Schmidt
More information about the horde
mailing list