From b75f7480125a1b7612472e805541c42076a0de6f Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Fri, 3 Aug 2007 18:41:43 +0000 Subject: Bug 380187 – Bugzilla should support RADIUS authentication. Tinderbox bustage fix by Marc Schumann ; r=LpSolit, a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- t/Support/Files.pm | 1 + 1 file changed, 1 insertion(+) (limited to 't') diff --git a/t/Support/Files.pm b/t/Support/Files.pm index 8fc334567..dc60687b6 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'] ); -- cgit v1.2.3-24-g4f1b