Re: BUG #4330: Bonjour connections ignore hba config METHOD and always trusted
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: "William Kyngesburye" <kyngchaos(at)kyngchaos(dot)com>
- Cc: pgsql-bugs(at)postgresql(dot)org
- Subject: Re: BUG #4330: Bonjour connections ignore hba config METHOD and always trusted
- Date: Mon, 28 Jul 2008 16:35:18 -0400
- Message-id: <28052.1217277318@sss.pgh.pa.us> <text/plain>
"William Kyngesburye" <kyngchaos(at)kyngchaos(dot)com> writes:
> When connection with the Bonjour name of the postgres server, it ignores the
> md5 setting and always trusts the connection. I tried with other auth
> methods with the same effect.
What exactly have you got in pg_hba.conf?
AFAIK there is no such thing as a "Bonjour connection"; Bonjour just
provides a means for the server to advertise its IP address. I
speculate that what it's advertising is a port that you have configured
to be trusted.
regards, tom lane
Home |
Main Index |
Thread Index