Re: pgclient hostbased authentication - Mailing list pgsql-general

From Magnus Hagander
Subject Re: pgclient hostbased authentication
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE6C79D5@algol.sollentuna.se
Whole thread Raw
In response to pgclient hostbased authentication  (Bohdan Linda <bohdan.linda@seznam.cz>)
List pgsql-general
> Hello,
>
> may I ask, how(or which) ip is checked against pg_hba.conf IP
> entry in NAT environment?
>
> Could it be, that psql client packs IP address of the client
> into athentication data?

No, it validates the source address on the TCP connection. In the event
of NAT, it will check the NATted address.

//Magnus

pgsql-general by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: pgclient hostbased authentication
Next
From: "Belinda M. Giardine"
Date:
Subject: Re: running vacuum in scripts