Re: PAM Authentication Patch, take one...

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: PAM Authentication Patch, take one...
Дата
Msg-id Pine.LNX.4.30.0108282117280.699-100000@peter.localdomain
обсуждение исходный текст
Ответ на PAM Authentication Patch, take one...  ("Dominic J. Eidson" <sauron@the-infinite.org>)
Ответы Re: PAM Authentication Patch, take one...
Re: PAM Authentication Patch, take one...
Список pgsql-patches
Dominic J. Eidson writes:

> Attached is the new and revised version of the PAM authentication patch.
>
> This will only send a password request to the frontend, if a password is
> required.

pam_strerror() should be used a few more times, rather than just saying
"Error!".  Also, the configure.in snippet seems wrong.  You add
-I$pam_prefix/include/security to $INCLUDES and then you #include
<security/pam_appl.h>.  This whole thing is probably unnecessary, since
PAM is a system library on the systems where it exists, so the headers
and libraries are found automatically, unlike OpenSSL and
Kerberos.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [JDBC] Attempt to clean up ExecSql() in JDBC
Следующее
От: "Dominic J. Eidson"
Дата:
Сообщение: Re: PAM Authentication Patch, take one...