Doc-patch: PAM authentication fails for local UNIX users

Поиск
Список
Период
Сортировка
От Dhanaraj M
Тема Doc-patch: PAM authentication fails for local UNIX users
Дата
Msg-id 476772BC.4000506@sun.com
обсуждение исходный текст
Ответы Re: Doc-patch: PAM authentication fails for local UNIX users  (Magnus Hagander <magnus@hagander.net>)
Список 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 по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: archiver ps display
Следующее
От: "Hiroshi Saito"
Дата:
Сообщение: win32.mak patch