summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Filesystem.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index 8532356a5..4e7ad2302 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -106,6 +106,7 @@ sub HTTPD_ENV_CONF {
return join( "\n",
"PerlPassEnv LOCALCONFIG_ENV",
+ "PerlPassEnv ALLOW_UNSAFE_AUTH_DELEGATION",
map { "PerlPassEnv " . $_ } ENV_KEYS
) . "\n";
}