summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@mozilla.com>2015-06-02 03:08:19 +0200
committerDylan William Hardison <dylan@hardison.net>2015-06-02 03:08:19 +0200
commit3cf3faf600249981e3903978b1501fffaabf7e0f (patch)
tree2f7c8a127f869d3b5d1f9011751c47e3ce334483 /Bugzilla/Config
parentf2c52dff2711d6b61d7879f5f9384390873f52cc (diff)
downloadbugzilla-3cf3faf600249981e3903978b1501fffaabf7e0f.tar.gz
bugzilla-3cf3faf600249981e3903978b1501fffaabf7e0f.tar.xz
Bug 1163760: Backport upstream bug 1144468 to bmo to add authentication delegation
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r--Bugzilla/Config/Auth.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/Bugzilla/Config/Auth.pm b/Bugzilla/Config/Auth.pm
index f87126713..217805bea 100644
--- a/Bugzilla/Config/Auth.pm
+++ b/Bugzilla/Config/Auth.pm
@@ -143,6 +143,11 @@ sub get_param_list {
type => 'b',
default => '1'
},
+ {
+ name => 'auth_delegation',
+ type => 'b',
+ default => 0,
+ },
);
return @param_list;
}