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

Commitf4001a5

Browse files
Fix remaining references to gss_accept_deleg.
These were missed in9c0a0e2.Discussion:https://postgr.es/m/20230521031757.GA3835667%40nathanxps13
1 parent9c0a0e2 commitf4001a5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ include_dir 'conf.d'
11901190
</listitem>
11911191
</varlistentry>
11921192

1193-
<varlistentry id="guc-gss-accept-deleg" xreflabel="gss_accept_delegation">
1193+
<varlistentry id="guc-gss-accept-delegation" xreflabel="gss_accept_delegation">
11941194
<term><varname>gss_accept_delegation</varname> (<type>boolean</type>)
11951195
<indexterm>
11961196
<primary><varname>gss_accept_delegation</varname> configuration parameter</primary>

‎src/backend/utils/misc/postgresql.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
# GSSAPI using Kerberos
102102
#krb_server_keyfile = 'FILE:${sysconfdir}/krb5.keytab'
103103
#krb_caseins_users = off
104-
#gss_accept_deleg = off
104+
#gss_accept_delegation = off
105105

106106
# - SSL -
107107

‎src/test/kerberos/t/001_auth.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ sub test_query
496496
"connection authorized: user=$username database=$dbname application_name=$application GSS (authenticated=yes, encrypted=yes, deleg_credentials=no, principal=test1\@$realm)"
497497
);
498498

499-
$node->append_conf('postgresql.conf',qq{gss_accept_deleg=off});
499+
$node->append_conf('postgresql.conf',qq{gss_accept_delegation=off});
500500
$node->restart;
501501

502502
test_access(
@@ -520,7 +520,7 @@ sub test_query
520520
"connection authorized: user=$username database=$dbname application_name=$application GSS (authenticated=yes, encrypted=yes, deleg_credentials=no, principal=test1\@$realm)"
521521
);
522522

523-
$node->append_conf('postgresql.conf',qq{gss_accept_deleg=on});
523+
$node->append_conf('postgresql.conf',qq{gss_accept_delegation=on});
524524
$node->restart;
525525

526526
test_access(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp