diff options
author | Bruce Momjian | 2009-04-11 02:07:25 +0000 |
---|---|---|
committer | Bruce Momjian | 2009-04-11 02:07:25 +0000 |
commit | 9c679078143fef7bd77523e7f5251d2db04a8102 (patch) | |
tree | 906fa66295620935fc6f5c2303d18a2115403cd3 | |
parent | 4c9f6ded76515a2f9be0dfadac54116da03a4550 (diff) |
Wording improvement for SSL user certificate authentication.
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index de787f8c63..aca17c670e 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1245,7 +1245,7 @@ ldapserver=ldap.example.net prefix="cn=" suffix="dc=example, dc=net" When using this authentication method, the server will require that the client provide a certificate. No password prompt will be sent to the client. The <literal>cn</literal> attribute of the certificate - will be matched with the login username, and if they match the + will be compared with the login username, and if they match the login will be allowed. Username mapping can be used if the usernames don't match. </para> |