diff options
author | wurblzap%gmail.com <> | 2007-08-03 20:41:43 +0200 |
---|---|---|
committer | wurblzap%gmail.com <> | 2007-08-03 20:41:43 +0200 |
commit | b75f7480125a1b7612472e805541c42076a0de6f (patch) | |
tree | 57ed122e249bc7585a60b12f6ac8195eb24177e9 /t | |
parent | 6a58d3ebb9fc536ba8c16a374787077f21b94c89 (diff) | |
download | bugzilla-b75f7480125a1b7612472e805541c42076a0de6f.tar.gz bugzilla-b75f7480125a1b7612472e805541c42076a0de6f.tar.xz |
Bug 380187 â Bugzilla should support RADIUS authentication.
Tinderbox bustage fix by Marc Schumann <wurblzap@gmail.com>;
r=LpSolit, a=LpSolit
Diffstat (limited to 't')
-rw-r--r-- | t/Support/Files.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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'] ); |