|
From: <gha...@fr...> - 2002-02-17 21:44:56
|
On Sun, 17 Feb 2002, kevin bailey wrote:
> i am currently tring to create a new database - and am getting the message
>
> IDENT authentication failed
You need to edit /etc/postgresql/pg_hba.conf to set up how
you want Host Based Authentication (that's what hba is in pg_hba)
working. I think dpkg installs a line like:
#host all 127.0.0.1 255.255.255.255 password
I changed mine to
host all 192.168.10.2 255.255.255.255 password
^^^^^^^^^^^^ IP of your interface
Gord
|