Re: phpPgAdmin login problem - Mailing list pgsql-novice

From Devrim GUNDUZ
Subject Re: phpPgAdmin login problem
Date
Msg-id 1139098717.4139.30.camel@evim.gunduz.org
Whole thread Raw
In response to phpPgAdmin login problem  (Paul Smith <phhs80@gmail.com>)
Responses Re: phpPgAdmin login problem
List pgsql-novice
Hi,

On Sun, 2006-02-05 at 00:12 +0000, Paul Smith wrote:
> Dear All
>
> My pg_hba.conf is:
>
> # "local" is for Unix domain socket connections only
> local   all         all                               md5
> # IPv4 local connections:
> host    all         all         127.0.0.1/32          reject
> # IPv6 local connections:
> host    all         all         ::1/128               reject
> $
>
> but I always get "login failed" on phpPgAdmin, although I insert the
> correct username/password. Any ideas?

AFAIR phpPgAdmin uses TCP/IP socket, so you should allow TCP connections
from localhost -> host all all 127.0.0.1/32 md5

Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/


pgsql-novice by date:

Previous
From: Paul Smith
Date:
Subject: phpPgAdmin login problem
Next
From: Paul Smith
Date:
Subject: Re: phpPgAdmin login problem