Wording improvement.

This commit is contained in:
Bruce Momjian 2005-04-27 20:11:11 +00:00
parent 5e46908a48
commit 115119e179

View File

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