summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2009-04-11 02:07:25 +0000
committerBruce Momjian2009-04-11 02:07:25 +0000
commit7950a5bf2511fbc394fd75183279fa68c4b9d396 (patch)
treec92b0fad2013a5267634def0f1bbe4439b124e8b
parent29cd06adb4c7c0afc0a49eafbfa356ae431cb1ab (diff)
Wording improvement for SSL user certificate authentication.
-rw-r--r--doc/src/sgml/client-auth.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index 097c426fd6c..81620eaa5a7 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.119 2009/03/22 21:55:07 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.120 2009/04/11 02:07:25 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 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.
</para>