View Single Post

   
  #1 (permalink)  
Old 04-09-2008, 12:40 PM
Marina Olhovsky
 
Posts: n/a
Default Ident authentication failed for user - URGENT

Hello,

I'm trying to assign a password for a postgres user. I've logged in as postgres, issued "alter user my_user with password 'my_passwd'". Doing "select * from pg_users" shows the new user with password assigned. However, when I try to start psql as the new user: "psql -U my_user -W" and enter my_passwd as password, I get "Ident authentication failed" error. Could someone please help ASAP? TIA.

Reply With Quote