1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-25 13:17:41 +03:00

Fix remaining references to gss_accept_deleg.

These were missed in 9c0a0e2ed9.

Discussion: https://postgr.es/m/20230521031757.GA3835667%40nathanxps13
This commit is contained in:
Nathan Bossart
2023-05-20 20:18:51 -07:00
parent 9c0a0e2ed9
commit f4001a5537
3 changed files with 4 additions and 4 deletions

View File

@@ -101,7 +101,7 @@
# GSSAPI using Kerberos
#krb_server_keyfile = 'FILE:${sysconfdir}/krb5.keytab'
#krb_caseins_users = off
#gss_accept_deleg = off
#gss_accept_delegation = off
# - SSL -