|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.77 2005/04/26 03:01:09 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.78 2005/04/27 20:09:50 momjian Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <chapter id="client-authentication"> |
@@ -883,8 +883,8 @@ omicron bryanh guest1 |
883 | 883 | default PAM service name is <literal>postgresql</literal>. You can |
884 | 884 | optionally supply your own service name after the <literal>pam</> |
885 | 885 | key word in the file <filename>pg_hba.conf</filename>. |
886 | | - PAM is used only to validate username/password pairs. |
887 | | -The user must already exist in the database before PAM |
| 886 | + PAM is used only to validate username/password pairs, |
| 887 | +therefore the user must already exist in the database before PAM |
888 | 888 | can be used for authentication. For more information about |
889 | 889 | PAM, please read the <ulink url="http://www.kernel.org/pub/linux/libs/pam/"> |
890 | 890 | <productname>Linux-PAM</> Page</ulink> |
|