Re: Patch to include PAM support... - Mailing list pgsql-patches

From Tom Lane
Subject Re: Patch to include PAM support...
Date
Msg-id 10303.992367649@sss.pgh.pa.us
Whole thread Raw
In response to Re: Patch to include PAM support...  ("Dominic J. Eidson" <sauron@the-infinite.org>)
Responses Re: Patch to include PAM support...  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Patch to include PAM support...
Next
From: Tom Lane
Date:
Subject: Re: Australian timezone configure option