Skip to content

Commit f4001a5

Browse files
Fix remaining references to gss_accept_deleg.
These were missed in 9c0a0e2. Discussion: https://postgr.es/m/20230521031757.GA3835667%40nathanxps13
1 parent 9c0a0e2 commit f4001a5

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy