Hello,
I am create one linux user that "dba" with password "password". I create one database user "dba_user" with password "dba_user". I add entry into pg_ident.conf MAPNAME SYSTEM-USERNAME PG-USERNAME dba_map dba dba_user I want to connect dba user to database edb. ./psql -d edb -U dba it give error can't connect. Please explain me how do this? Regards, karuna