Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7950a5b

Browse files
committed
Wording improvement for SSL user certificate authentication.
1 parent 29cd06a commit 7950a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/client-auth.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.119 2009/03/22 21:55:07 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.120 2009/04/11 02:07:25 momjian Exp $ -->
22

33
<chapter id="client-authentication">
44
<title>Client Authentication</title>
@@ -1245,7 +1245,7 @@ ldapserver=ldap.example.net prefix="cn=" suffix="dc=example, dc=net"
12451245
When using this authentication method, the server will require that
12461246
the client provide a certificate. No password prompt will be sent
12471247
to the client. The <literal>cn</literal> attribute of the certificate
1248-
will be matched with the login username, and if they match the
1248+
will be compared with the login username, and if they match the
12491249
login will be allowed. Username mapping can be used if the usernames
12501250
don't match.
12511251
</para>

0 commit comments

Comments
 (0)