Re: pg_hba

From: "David F(dot) Skoll" <dfs(at)roaringpenguin(dot)com>
To: Rob Abernethy IV <abernethy(at)dynedge(dot)com>
Cc: postgresql <pgsql-admin(at)postgresql(dot)org>
Subject: Re: pg_hba
Date: 2002-12-31 21:22:40
Message-ID: Pine.LNX.4.50.0212311621540.3570-100000@shishi.roaringpenguin.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

  • pg_hba at 2002-12-31 07:09:06 from Rob Abernethy IV

Browse pgsql-admin by date

  From Date Subject
Next Message Lamar Owen 2003-01-01 01:25:11 Re: postsgresql-dump not found in install
Previous Message Justin Georgeson 2002-12-31 20:57:30 Re: pg_hba