Update PAM documentation, per Alvaro.
authorBruce Momjian
Wed, 27 Apr 2005 20:09:50 +0000 (20:09 +0000)
committerBruce Momjian
Wed, 27 Apr 2005 20:09:50 +0000 (20:09 +0000)
doc/src/sgml/client-auth.sgml

index 3f2bdce20fa135b76594c8a9c0c9b555a2f843fd..12c443332e2f96763089f275d92d4ea454aaee0c 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -883,8 +883,8 @@ omicron       bryanh            guest1
     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
+    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 
     Linux-PAM Page