On Tuesday 06 June 2006 15:13, Jesse Kline wrote:
> I'm trying to get horde running with a postgresql database. I've setup the
> database, tables, and user, but horde keeps giving me an error about not
> being able to connect to the database. In the postgresql log, I get the
> following error: FATAL:  IDENT authentication failed for user "horde"
> does anyone know what I need to do in order to get this to work?
>

not sure if this went through before ... wrong identity :(

anyways :




You need to edit :

/etc/postgresql/<version>/main/pg_hba.conf

Add :

local   horde         horde                               md5

Then restart postgres


It changes the authentication of the horde user to the horde DB from the 
default of ident to md5 passwords.



Andy

> Thanks,
>
> Jesse
>
>
> _______________________________________________
> clug-talk mailing list
> [email protected]
> http://clug.ca/mailman/listinfo/clug-talk_clug.ca
> Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
> **Please remove these lines when replying

_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to