View Single Post

   
  #4 (permalink)  
Old 04-09-2008, 08:26 AM
jim_bowery@hotmail.com
 
Posts: n/a
Default Re: Ident authentication failed without su to user

Yes. It turns out the problem was that my pg_hba.conf file was
replaced by another file during a yum install of the new postgresql but
in a different path. When I used "locate pg_hba.conf" it returned the
path of the old file which didn't have the 'ident sameuser' rule.

Reply With Quote