Search Postgresql Archives

Confusion about ident sameuser

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi All,

    I am confused with the 'ident sameuser' authentication.  Here's my setup:

[postgres@db2 ~]$ grep -v "^#" <data_dir>/pg_hba.conf
local   all         all                               ident sameuser
host    all         all         127.0.0.1/32          ident sameuser
host    all         all         10.0.0.0/8            password

[postgres@db2 ~]$ pg_ctl -D <data_dir> reload

[postgres@db2 ~]$ psql -h 10.10.0.27 -p 6543 -d postgres -U postgres
Password for user postgres:

[postgres@db2 ~]$ psql -p 6543 -d postgres -U postgres
Welcome to psql 8.1.11, the PostgreSQL interactive terminal.

[postgres@db2 ~]$ psql -h localhost -p 6543 -d postgres -U postgres
psql: FATAL:  Ident authentication failed for user "postgres"

As you can see, if I use the machine's interface or unix sockets, it either asks for password or lets me in. But when I use localhost, it correctly uses 127.0.... line for authentication, but does not let me in!!!

Is this not supposed to work? Could it be because I might not be having an ident server running on my box? How do I determine if I have an ident server running?

Thanks in advance,

--
gurjeet[.singh]@EnterpriseDB.com
singh.gurjeet@{ gmail | hotmail | indiatimes | yahoo }.com

EnterpriseDB http://www.enterprisedb.com

Mail sent from my BlackLaptop device

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux