summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-11-29 18:56:26 +0100
committerDylan William Hardison <dylan@hardison.net>2017-11-29 18:56:35 +0100
commit64ce7cb12deee5f394a869d9ec6b5e46cd2679f0 (patch)
tree1a9fee4fb73e7e948562f9c3396d83d36169c409 /Bugzilla/Install
parent7d57b38aefe92683d8afe558fde7e1464837baba (diff)
downloadbugzilla-64ce7cb12deee5f394a869d9ec6b5e46cd2679f0.tar.gz
bugzilla-64ce7cb12deee5f394a869d9ec6b5e46cd2679f0.tar.xz
restore old env for unsafe auth
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Filesystem.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index 4e7ad2302..bb87e499e 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -106,7 +106,7 @@ sub HTTPD_ENV_CONF {
return join( "\n",
"PerlPassEnv LOCALCONFIG_ENV",
- "PerlPassEnv ALLOW_UNSAFE_AUTH_DELEGATION",
+ "PerlPassEnv BUGZILLA_UNSAFE_AUTH_DELEGATION",
map { "PerlPassEnv " . $_ } ENV_KEYS
) . "\n";
}