|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.119 2009/03/22 21:55:07 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.120 2009/04/11 02:07:25 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="client-authentication"> |
4 | 4 | <title>Client Authentication</title> |
@@ -1245,7 +1245,7 @@ ldapserver=ldap.example.net prefix="cn=" suffix="dc=example, dc=net" |
1245 | 1245 | When using this authentication method, the server will require that |
1246 | 1246 | the client provide a certificate. No password prompt will be sent |
1247 | 1247 | to the client. The <literal>cn</literal> attribute of the certificate |
1248 | | - will bematched with the login username, and if they match the |
| 1248 | + will becompared with the login username, and if they match the |
1249 | 1249 | login will be allowed. Username mapping can be used if the usernames |
1250 | 1250 | don't match. |
1251 | 1251 | </para> |
|