Mailinglist Archive: opensuse (4398 mails)
| < Previous | Next > |
Re: [SLE] PostgreSQL 8 Problem - Please Help
- From: Kaare Rasmussen <kar@xxxxxxxxxxx>
- Date: Sat, 10 Sep 2005 14:27:44 +0200
- Message-id: <200509101427.44624.kar@xxxxxxxxxxx>
> LOG: could not connect to Ident server at address "127.0.0.1", port
> 113: Connection refused
> FATAL: Ident authentication failed for user "postgres"
You've put "ident" authentication in your pg_hba.conf file.
You can change this to one of the other authentication methods (described in
the file).
pg_hba.conf is located in the data directory in your PostgreSQL
implementation.
> 113: Connection refused
> FATAL: Ident authentication failed for user "postgres"
You've put "ident" authentication in your pg_hba.conf file.
You can change this to one of the other authentication methods (described in
the file).
pg_hba.conf is located in the data directory in your PostgreSQL
implementation.
| < Previous | Next > |