From: Bruce Momjian Date: Fri, 14 Sep 2007 03:53:54 +0000 (+0000) Subject: Mentino that PAM doesn't work for Unix system authentication because of X-Git-Tag: REL8_3_BETA1~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c9e4d7e08b4786293e0dc2821ed9948780be3af;p=postgresql Mentino that PAM doesn't work for Unix system authentication because of the problems non-root reading /etc/shadow. --- diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index dd3bd8be4d..b4a851588e 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,4 +1,4 @@ - + Client Authentication @@ -1067,6 +1067,16 @@ ldap[s]://servername[:port]/ Solaris PAM Page. + + + + PAM does work authenticating against Unix system authentication + because the postgres server is started by a non-root user. In order + to enable this functionality, the root user must provide additional + permissions to the postgres user (for reading + /etc/shadow). + +