Re: pg_hba - Mailing list pgsql-admin

From David F. Skoll
Subject Re: pg_hba
Date
Msg-id Pine.LNX.4.50.0212311621540.3570-100000@shishi.roaringpenguin.com
Whole thread Raw
In response to pg_hba  ("Rob Abernethy IV" <abernethy@dynedge.com>)
List pgsql-admin
On Tue, 31 Dec 2002, Rob Abernethy IV wrote:

> Is there any problem with this line from my pg_hba.conf file:

> # TYPE  DATABASE  USER  IP-ADDRESS  IP-MASK   METHOD
> local   all       all   0.0.0.0     0.0.0.0   md5

A type of "local" doesn't take IP-ADDRES or IP-MASK.  It's a UNIX-domain
socket, so those values are not meaningful.

Try:

    local    all    all    md5

Regards,

David.

pgsql-admin by date:

Previous
From: Justin Georgeson
Date:
Subject: Re: pg_hba
Next
From: Lamar Owen
Date:
Subject: Re: postsgresql-dump not found in install