diff options
| author | Bruce Momjian | 2005-04-27 20:09:58 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2005-04-27 20:09:58 +0000 |
| commit | 5e46908a48520b2e06c69674186d5b5c5a143804 (patch) | |
| tree | 2810d6f60e2a80a4091abf486fbd874ec729684d /doc/src/sgml | |
| parent | 46edb8efad503f1b15e0b937d56b60f3e0986681 (diff) | |
Update PAM documentation, per Alvaro.
Diffstat (limited to 'doc/src/sgml')
| -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 02f1eae3ec9..b6c02d1a310 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.5 2005/04/26 03:01:22 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.70.4.6 2005/04/27 20:09:58 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. - 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> |
