From 115119e179a6d1035ae166db3957a802a3bd6bd0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 27 Apr 2005 20:11:11 +0000 Subject: [PATCH] Wording improvement. --- doc/src/sgml/client-auth.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index b6c02d1a31..a0137e6562 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,5 +1,5 @@ @@ -882,8 +882,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, - 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 Linux-PAM Page -- 2.50.1