From: wurblzap%gmail.com <> Date: Fri, 3 Aug 2007 18:41:43 +0000 (+0000) Subject: Bug 380187 – Bugzilla should support RADIUS authentication. X-Git-Tag: bugzilla-3.1.2~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b75f7480125a1b7612472e805541c42076a0de6f;p=thirdparty%2Fbugzilla.git Bug 380187 – Bugzilla should support RADIUS authentication. Tinderbox bustage fix by Marc Schumann ; r=LpSolit, a=LpSolit --- diff --git a/t/Support/Files.pm b/t/Support/Files.pm index 8fc3345675..dc60687b61 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -32,6 +32,7 @@ use File::Find; %exclude_deps = ( 'XML::Twig' => ['importxml.pl'], 'Net::LDAP' => ['Bugzilla/Auth/Verify/LDAP.pm'], + 'Authen::Radius' => ['Bugzilla/Auth/Verify/RADIUS.pm'], 'Email::Reply' => ['email_in.pl'], 'Email::MIME::Attachment::Stripper' => ['email_in.pl'] );