From: Bruce Momjian Date: Wed, 27 Apr 2005 20:11:07 +0000 (+0000) Subject: Wording improvement. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=66140558c11884412215b5403f8d5e794ee472dc;p=users%2Fbernd%2Fpostgres.git Wording improvement. --- diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index ba2ec671b0..d94e94d7fe 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -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, - 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