1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-09 18:21:05 +03:00

Wording improvement.

This commit is contained in:
Bruce Momjian 2005-04-27 20:11:07 +00:00
parent d3ee0279d6
commit 989b55c550

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.78 2005/04/27 20:09:50 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.79 2005/04/27 20:11:07 momjian Exp $
--> -->
<chapter id="client-authentication"> <chapter id="client-authentication">
@ -883,8 +883,8 @@ omicron bryanh guest1
default PAM service name is <literal>postgresql</literal>. You can default PAM service name is <literal>postgresql</literal>. You can
optionally supply your own service name after the <literal>pam</> optionally supply your own service name after the <literal>pam</>
key word in the file <filename>pg_hba.conf</filename>. key word in the file <filename>pg_hba.conf</filename>.
PAM is used only to validate username/password pairs, PAM is used only to validate username/password pairs.
therefore the user must already exist in the database before PAM Therefore the user must already exist in the database before PAM
can be used for authentication. For more information about can be used for authentication. For more information about
PAM, please read the <ulink url="http://www.kernel.org/pub/linux/libs/pam/"> PAM, please read the <ulink url="http://www.kernel.org/pub/linux/libs/pam/">
<productname>Linux-PAM</> Page</ulink> <productname>Linux-PAM</> Page</ulink>