PDA

View Full Version : phpPgAdmin login trouble


rashgash
04-21-2005, 07:19 AM
I just installed phpPgAdmin (a breeze) and it worked fine with security turned off. But when I try to login with a pg user, I get "Login Failed." The pg log shows: "pq_recvbuf: unexpected EOF on client connection."

Has anybody had any luck with this?

-- Josh

Chris
04-21-2005, 10:47 AM
Josh,

I am not a Postgres expert at all :)

Have you added the correct permissions in the "pg_hba.conf" file?

/usr/local/pgsql/data/pg_hba.conf

Links for your viewing pleasure:
http://www.faqs.org/docs/ppbook/c15679.htm
http://www.redhat.com/docs/manuals/database/RHDB-7.1.3-Manual/admin_user/client-authentication.html

Hope this helps...