|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.118 2009/01/09 10:13:18 mha Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.119 2009/03/22 21:55:07 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="client-authentication">
|
4 | 4 | <title>Client Authentication</title>
|
@@ -1245,9 +1245,9 @@ 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 be matched with the username the user is trying to log in as, |
1249 |
| -and if they match thelogin will be allowed. Username mapping can be |
1250 |
| -used if the usernamesdon't match. |
| 1248 | + will be matched with theloginusername, and if they match the |
| 1249 | + login will be allowed. Username mapping can be used if the usernames |
| 1250 | + don't match. |
1251 | 1251 | </para>
|
1252 | 1252 | </sect2>
|
1253 | 1253 |
|
|