Doc-patch: PAM authentication fails for local UNIX users - Mailing list pgsql-patches

From Dhanaraj M
Subject Doc-patch: PAM authentication fails for local UNIX users
Date
Msg-id 476772BC.4000506@sun.com
Whole thread Raw
Responses Re: Doc-patch: PAM authentication fails for local UNIX users
List pgsql-patches
Hi all,

This is the continuation to the discussion that we had in the hacker's
list.
http://archives.postgresql.org/pgsql-hackers/2007-08/msg00684.php


Here, I like to add some details in 20.2.6. PAM authentication section.
http://www.postgresql.org/docs/8.2/interactive/auth-methods.html#AUTH-PAM

Can someone review and make changes, if required? Thanks.

*** client-auth.sgml.orig       Tue Aug 21 16:52:45 2007
--- client-auth.sgml    Tue Aug 21 17:02:52 2007
***************
*** 987,992 ****
--- 987,1001 ----
     and the <ulink url="http://www.sun.com/software/solaris/pam/">
     <systemitem class="osname">Solaris</> PAM Page</ulink>.
    </para>
+
+    <note>
+     <para>
+      The local UNIX user authentication is not permitted,
+      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 file).
+     </para>
+    </note>
   </sect2>
  </sect1>


pgsql-patches by date:

Previous
From: Simon Riggs
Date:
Subject: Re: archiver ps display
Next
From: "Hiroshi Saito"
Date:
Subject: win32.mak patch