From 3cf3faf600249981e3903978b1501fffaabf7e0f Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 1 Jun 2015 21:08:19 -0400 Subject: Bug 1163760: Backport upstream bug 1144468 to bmo to add authentication delegation --- Bugzilla/Config/Auth.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Bugzilla/Config') 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; } -- cgit v1.2.3-24-g4f1b