Re: Use "samehost" by default in pg_hba.conf? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Use "samehost" by default in pg_hba.conf?
Date
Msg-id 11643.1254372788@sss.pgh.pa.us
Whole thread Raw
In response to Re: Use "samehost" by default in pg_hba.conf?  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Use "samehost" by default in pg_hba.conf?  (Magnus Hagander <magnus@hagander.net>)
Re: Use "samehost" by default in pg_hba.conf?  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Re: Use "samehost" by default in pg_hba.conf?  (Dimitri Fontaine <dfontaine@hi-media.com>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> On Wed, 2009-09-30 at 22:08 -0400, Tom Lane wrote:
>> (Note that you would still need a non-default setting of
>> listen_addresses for "-h machine_name" to actually work.)

> Which makes this proposal kind of uninteresting.

Although come to think of it ... is there any reason besides sheer
conservatism to not make the default listen_addresses value '*'?
It won't result in letting in any outside connections unless you
also add pg_hba.conf entries.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Use "samehost" by default in pg_hba.conf?
Next
From: Magnus Hagander
Date:
Subject: Re: Use "samehost" by default in pg_hba.conf?