mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Clarify 'cert' authentication documention.
This commit is contained in:
parent
727ffa1d1e
commit
f04ee7043b
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.118 2009/01/09 10:13:18 mha Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.119 2009/03/22 21:55:07 momjian Exp $ -->
|
||||
|
||||
<chapter id="client-authentication">
|
||||
<title>Client Authentication</title>
|
||||
@ -1245,9 +1245,9 @@ 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 username the user is trying to log in as,
|
||||
and if they match the login will be allowed. Username mapping can be
|
||||
used if the usernames don't match.
|
||||
will be matched 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>
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user