From: Bruce Momjian Date: Sat, 11 Apr 2009 02:07:25 +0000 (+0000) Subject: Wording improvement for SSL user certificate authentication. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=9c679078143fef7bd77523e7f5251d2db04a8102;p=users%2Fsimon%2Fpostgres.git Wording improvement for SSL user certificate authentication. --- 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 cn 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.