diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-05 22:03:34 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-05 22:03:34 -0500 |
commit | 9bf973864ed3deaa05979d25733a05bf5bc09db4 (patch) | |
tree | 286d84e8377f9aa38f4d21ddb2109dddac8e19c7 /files | |
parent | 245d54a012381fbb5b8e38a18415a67d3911d8ef (diff) | |
download | infrastructure-9bf973864ed3deaa05979d25733a05bf5bc09db4.tar.gz |
disable auth_gss_force_realm in nginx config
Diffstat (limited to 'files')
-rw-r--r-- | files/usr/local/etc/nginx/nginx.conf.common | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/files/usr/local/etc/nginx/nginx.conf.common b/files/usr/local/etc/nginx/nginx.conf.common index d340735..59a4c43 100644 --- a/files/usr/local/etc/nginx/nginx.conf.common +++ b/files/usr/local/etc/nginx/nginx.conf.common @@ -57,7 +57,6 @@ fi $([ "${nginx_gssapi:-}" = true ] && cat <<EOF auth_gss_realm ${realm}; - auth_gss_force_realm on; EOF ) |