Re: Question on ident authorization - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Question on ident authorization
Date
Msg-id Pine.LNX.4.30.0204072109090.685-100000@peter.localdomain
Whole thread Raw
In response to Question on ident authorization  (Kenny H Klatt <kklatt@csd.uwm.edu>)
List pgsql-hackers
Kenny H Klatt writes:

>         Inital testing worked well.  When it was decided to have applications
> normally directed at production try the development instance, ident
> authenication failed.   All other tests passed, including hostssl
> connections.  When the firewall redirects traffic to its intended service
> provider using the same port postgress is using ident works.  When the
> ports are not the same, ident authenication fails.  User/password and hostssl
> connections continue to work though.

I can't quite picture your setup, but two points:  One, the PostgreSQL
server attempts ident authentication over TCP port 113.  If there's no
ident server on that port on the client side then authentication fails.
Two, if your firewall is redirecting ident traffic to a dedicated service
provider host, then have it stop doing that because that's not how ident
is supposed to work (or you will have to put in a lot of extra effort to
make it work).

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: timeout implementation issues
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Suggestion for optimization