Is 'Peer authentication' supported on HPUX ?

From: tushar <tushar(dot)qa(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Is 'Peer authentication' supported on HPUX ?
Date: 2013-04-01 08:03:00
Message-ID: 51593F34.5090800@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Is 'Peer authentication' supported on HPUX ? I am using PG 9.2 , where
i have set

postgres1 postgres postgres --> in pg_ident.conf

local all all ident map=postgresql1 --> in pg_hba.conf file

ident_file='/home/Postgresql/9.2/data/pg_ident.conf' --> in
postgresql.conf file

server got restarted successfully but at the time of connecting to user
'postgres' , i am getting this message :-

$ ./psql -U postgres postgres
2013-03-30 23:25:18 EDT LOG: peer authentication is not supported on
this platform
2013-03-30 23:25:18 EDT FATAL: Peer authentication failed for user
"postgres"
psql: FATAL: Peer authentication failed for user "postgres"

Regards,
Tushar

Browse pgsql-general by date

  From Date Subject
Next Message tushar ahuja 2013-04-01 08:45:48 Is 'Peer authentication' supported on HPUX ?
Previous Message Marko Kreen 2013-04-01 07:25:10 Re: in C trigger function find out if column is part of primary key