Ident authentication failed for user "dsivam"

Поиск
Список
Период
Сортировка
От dsivam@gmail.com
Тема Ident authentication failed for user "dsivam"
Дата
Msg-id 1164757209.545027.309520@80g2000cwy.googlegroups.com
обсуждение исходный текст
Ответы Re: Ident authentication failed for user "dsivam"  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
Hi-

I've run into a problem using Postgres 8.1 that has me stumped:

I'm logged on as user 'postgres' and I can connect using the following
command:

    bash$>psql

However when I specify the host:

    bash$>psql -h localhost

or

    bash$>psql -h hostname.domain.com

I get the following error:

    psql: FATAL:  Ident authentication failed for user "postgres"


I have the listen_address parameter set to "*" in postgresql.conf.

Below are the permissions in my pg_hba.conf:

# "local" is for Unix domain socket connections only
local   all         all                               ident sameuser
# IPv4 local connections:
host    all         all         127.0.0.1/32          ident sameuser
# IPv6 local connections:
host    all         all         ::1/128               ident sameuser

Any Ideas?

Thanks...


В списке pgsql-general по дате отправления:

Предыдущее
От: Tony Caduto
Дата:
Сообщение: Re: Development of cross-platform GUI for Open Source DBs
Следующее
От: "Terry Yapt"
Дата:
Сообщение: Re: [Windows] Pg_Restore on 8.1.5 and so on...