diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-04-27 20:11:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-04-27 20:11:11 +0000 |
commit | 115119e179a6d1035ae166db3957a802a3bd6bd0 (patch) | |
tree | ca1bb5d2f0fd3f971ae7e82291bdaa312dd3f0df | |
parent | 5e46908a48520b2e06c69674186d5b5c5a143804 (diff) |
Wording improvement.
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index b6c02d1a310..a0137e65628 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -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> |