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

Commit f04ee70

Browse files
committed
Clarify 'cert' authentication documention.
1 parent 727ffa1 commit f04ee70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/client-auth.sgml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.118 2009/01/09 10:13:18 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.119 2009/03/22 21:55:07 momjian Exp $ -->
22

33
<chapter id="client-authentication">
44
<title>Client Authentication</title>
@@ -1245,9 +1245,9 @@ 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 username the user is trying to log in as,
1249-
and if they match the login will be allowed. Username mapping can be
1250-
used if the usernames don't match.
1248+
will be matched with the login username, and if they match the
1249+
login will be allowed. Username mapping can be used if the usernames
1250+
don't match.
12511251
</para>
12521252
</sect2>
12531253

0 commit comments

Comments
 (0)