Index: doc/src/sgml/client-auth.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v
retrieving revision 1.76
diff -c -c -r1.76 client-auth.sgml
*** doc/src/sgml/client-auth.sgml 22 Apr 2005 04:18:58 -0000 1.76
--- doc/src/sgml/client-auth.sgml 26 Apr 2005 02:50:34 -0000
***************
*** 883,890 ****
default PAM service name is postgresql. You can
optionally supply your own service name after the pam>
key word in the file pg_hba.conf.
! For more information about PAM, please read the
!
Linux-PAM> Page
and the
Solaris> PAM Page.
--- 883,892 ----
default PAM service name is postgresql. You can
optionally supply your own service name after the pam>
key word in the file pg_hba.conf.
! PAM is used only to validate username/password pairs.
! The user must already exist in the database before PAM
! can be used for authentication. For more information about
! PAM, please read the
Linux-PAM> Page
and the
Solaris> PAM Page.