Update docs mentioning PAM doesn't work reading /etc/passwd because of
authorBruce Momjian
Sat, 29 Dec 2007 04:15:38 +0000 (04:15 +0000)
committerBruce Momjian
Sat, 29 Dec 2007 04:15:38 +0000 (04:15 +0000)
non-root.

Dhanaraj M

doc/src/sgml/client-auth.sgml

index 4e874b72720b9a800f4914cc6f8b5511b09dd99e..20eb31fbfc3238568179dd8a8075c6d045bf5424 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Client Authentication
@@ -1079,11 +1079,10 @@ ldap[s]://servername[:port]/
 
    
     
-     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).
+     If PAM is set up to read /etc/shadow, authentication
+     will fail because the PostgreSQL server is started by a non-root
+     user.  However, this is not an issue with LDAP or other authentication
+     methods.