]> granicus.if.org Git - postgresql/commitdiff
Wording improvement.
authorBruce Momjian <bruce@momjian.us>
Sat, 11 Apr 2009 02:08:34 +0000 (02:08 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 11 Apr 2009 02:08:34 +0000 (02:08 +0000)
doc/src/sgml/client-auth.sgml

index 81620eaa5a751048cb69f19a3120282896310edd..6ebe46190d1a8f8bdcb740ab2b1f5868716f9cdd 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.120 2009/04/11 02:07:25 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.121 2009/04/11 02:08:34 momjian Exp $ -->
 
 <chapter id="client-authentication">
  <title>Client Authentication</title>
@@ -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 compared with the login username, and if they match the
+    will be compared to the login username, and if they match the
     login will be allowed. Username mapping can be used if the usernames
     don't match.
    </para>