aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-04-27 20:11:07 +0000
committerBruce Momjian <bruce@momjian.us>2005-04-27 20:11:07 +0000
commit989b55c550ca2e55640de62c38218ff000f7a6eb (patch)
tree1d43012fb5a3a42916b0923f53fc806deeda9596
parentd3ee0279d6f518f352585c417668d2810a00625c (diff)
downloadpostgresql-989b55c550ca2e55640de62c38218ff000f7a6eb.tar.gz
postgresql-989b55c550ca2e55640de62c38218ff000f7a6eb.zip
Wording improvement.
-rw-r--r--doc/src/sgml/client-auth.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index 12c443332e2..875c170a048 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.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">
@@ -883,8 +883,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>