summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2009-04-11 02:08:34 +0000
committerBruce Momjian2009-04-11 02:08:34 +0000
commit3eeb720fbcd28a12530f29924fbd97d95c75c69d (patch)
treec16274fa93e4f1d0f8d3a9b7c8d503304cef07a6
parent9c679078143fef7bd77523e7f5251d2db04a8102 (diff)
Wording improvement.
-rw-r--r--doc/src/sgml/client-auth.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index aca17c670e..3f690a0839 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 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>