diff options
author | Bruce Momjian | 2009-03-22 21:55:07 +0000 |
---|---|---|
committer | Bruce Momjian | 2009-03-22 21:55:07 +0000 |
commit | ebc27fc394d76faa4cf512686d0a87434e171912 (patch) | |
tree | b65928bf421e06d46ba0a2acee8fa2f85d8b6dcd | |
parent | 8a700858a7fc1d5071b20f3c73a352bf45e1b7cf (diff) |
Clarify 'cert' authentication documention.
-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 2fb171094a..de787f8c63 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1245,9 +1245,9 @@ 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 username the user is trying to log in as, - and if they match the login will be allowed. Username mapping can be - used if the usernames don't match. + will be matched 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> </sect2> |