From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Michael Fork <mfork(at)toledolink(dot)com> |
Cc: | Dave Smith <dave(at)candata(dot)com>, PostgresSQL mailing list <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Trying to build 7.0.3 on SCO 5.0.4 |
Date: | 2000-11-21 17:59:15 |
Message-ID: | 2208.974829555@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Michael Fork <mfork(at)toledolink(dot)com> writes:
> Actually, to have it wide open, i think it should be this
> #host all 0.0.0.0 0.0.0.0 trust
That *would* be wide open: allow anyone to connect from anywhere.
I think what Dave actually wants is
local all trust
host all 127.0.0.1 255.255.255.255 trust
to allow IP connections from localhost only. Depending on how his
local networking software works, he might also want a host line
mentioning his real IP address.
This is the second report I've seen this week of someone thinking that
host = 0.0.0.0 is the right thing to put in pg_hba.conf. Do we have
some erroneous documentation somewhere that suggests that?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Smith | 2000-11-21 18:59:28 | Re: Trying to build 7.0.3 on SCO 5.0.4 |
Previous Message | Don Baccus | 2000-11-21 17:51:54 | Re: (download ANSI SQL benchmark?) Re: Postgres article |