From 04c1f729202b00cf053535587820cd913dbddfc1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 6 Sep 2001 03:23:38 +0000 Subject: PAM authentication: > 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 > . 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. See attached revised patch. (I'm sure the configure.in stuff can be done right/better, I'm just not enough of a autoconf guru to know what to change it to.) Dominic J. Eidson --- doc/src/sgml/client-auth.sgml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 76cba407515..86aab400f7b 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,4 +1,4 @@ - + Client Authentication @@ -278,6 +278,27 @@ hostssl database IP-address + + + pam + + + This authentication type operates similar to + password, with the main difference that + it will use PAM (Pluggable Authentication Modules) as the + authentication mechanism. The authentication + option following the pam keyword + specifies the service name that will be passed to PAM. The + default service name is postgresql. + For more information about PAM, please read Linux-PAM + Page and Solaris-PAM + Page. + + + + -- cgit v1.2.3