Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf05ca47

Browse files
committed
docs: clarify the interaction of clientcert and cert auth.
This is the first paragraph change of master-only commit253f102.Backpatch-through: PG 12-13 only
1 parent1f94d76 commitf05ca47

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

‎doc/src/sgml/client-auth.sgml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,13 +2042,10 @@ host ... radius radiusservers="server1,server2" radiussecrets="""secret one"",""
20422042
</para>
20432043

20442044
<para>
2045-
In a <filename>pg_hba.conf</filename> record specifying certificate
2046-
authentication, the authentication option <literal>clientcert</literal> is
2047-
assumed to be <literal>verify-ca</literal> or <literal>verify-full</literal>,
2048-
and it cannot be turned off since a client certificate is necessary for this
2049-
method. What the <literal>cert</literal> method adds to the basic
2050-
<literal>clientcert</literal> certificate validity test is a check that the
2051-
<literal>cn</literal> attribute matches the database user name.
2045+
It is redundant to use the <literal>clientcert</literal> option with
2046+
<literal>cert</literal> authentication because <literal>cert</literal>
2047+
authentication is effectively <literal>trust</literal> authentication
2048+
with <literal>clientcert=verify-full</literal>.
20522049
</para>
20532050
</sect1>
20542051

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp