Re: Patch to include PAM support...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Patch to include PAM support...
Дата
Msg-id 10303.992367649@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Patch to include PAM support...  ("Dominic J. Eidson" <sauron@the-infinite.org>)
Ответы Re: Patch to include PAM support...  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
"Dominic J. Eidson" <sauron@the-infinite.org> writes:
> My apologies if PAM has somehow been equated to "remote server
> authentication piece" - there is a lot more to PAM than the abillity to
> easily do remote authentication.

Right.  Part of the reason I'm concerned is that if we support PAM,
then we don't *know* exactly what it is we are buying into or which
authentication protocol will be used.  This doesn't bother me as long
as any PAM-induced failure is confined to the connection trying to use
a particular PAM auth mechanism.  But it does bother me if such a problem
can cause denial of service for all clients.

We have this problem already with IDENT, and we know we need to fix it.
I'm just saying that we'd better fix it before we add PAM support, not
after.

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Patch to include PAM support...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Australian timezone configure option