Re: pg_hba.conf confusion

From: Reinhard Max <max(at)suse(dot)de>
To: "David M(dot) Kaplan" <dmkaplan(at)ucdavis(dot)edu>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: pg_hba.conf confusion
Date: 2002-06-18 15:11:40
Message-ID: Pine.LNX.4.44L0.0206181706080.1642-100000@wotan.suse.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

On Mon, 17 Jun 2002 at 20:47, David M. Kaplan wrote:

> host all 127.0.0.1 0.0.0.0 ident sameuser

If you want this entry to match only the loopback device, the mask has
to be 255.255.255.255 instead of 0.0.0.0. A mask of 0.0.0.0 causes
*all* IP addresses to match this line.

cu
Reinhard

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David M. Kaplan 2002-06-18 16:28:19 Re: pg_hba.conf confusion
Previous Message Michael Meskes 2002-06-18 12:48:12 Re: ECPG: CREATE TABLE ... FOREIGN KEY(col) REFERENCES table(col)