Re: Question on ident authorization

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Question on ident authorization
Дата
Msg-id Pine.LNX.4.30.0204072109090.685-100000@peter.localdomain
обсуждение исходный текст
Ответ на Question on ident authorization  (Kenny H Klatt <kklatt@csd.uwm.edu>)
Список 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 по дате отправления:

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: timeout implementation issues
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: Suggestion for optimization