Wording improvement for SSL user certificate authentication.
authorBruce Momjian
Sat, 11 Apr 2009 02:07:25 +0000 (02:07 +0000)
committerBruce Momjian
Sat, 11 Apr 2009 02:07:25 +0000 (02:07 +0000)
doc/src/sgml/client-auth.sgml

index 097c426fd6c595bfaea17a1dc17650f26e026e61..81620eaa5a751048cb69f19a3120282896310edd 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Client Authentication
@@ -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.