Hi all, I have a problem that I am chasing and getting nowhere with.
Can anyone help?
I have postgresql-7.2.1-5 running as the server on a redhat7.3 box.
I am connecting from a redhat8.0 box with postgresql-7.2.2-1 using both
psql and pgaccess.
My pg_hba.conf looks like this:
local all ident
Tom Lane wrote:
Stephen Harris <[EMAIL PROTECTED]> writes:
User testuser cannot connect to database testuserdb and gets these errors
psql -h workbench -d testuserdb -U testuser
psql: FATAL 1: IDENT authentication failed for user "testuser"
Are you in fact running an IDENT server?
If so,