Commit b75f7480 authored by wurblzap%gmail.com's avatar wurblzap%gmail.com

Bug 380187 – Bugzilla should support RADIUS authentication.

Tinderbox bustage fix by Marc Schumann <wurblzap@gmail.com>; r=LpSolit, a=LpSolit
parent 6a58d3eb
...@@ -32,6 +32,7 @@ use File::Find; ...@@ -32,6 +32,7 @@ use File::Find;
%exclude_deps = ( %exclude_deps = (
'XML::Twig' => ['importxml.pl'], 'XML::Twig' => ['importxml.pl'],
'Net::LDAP' => ['Bugzilla/Auth/Verify/LDAP.pm'], 'Net::LDAP' => ['Bugzilla/Auth/Verify/LDAP.pm'],
'Authen::Radius' => ['Bugzilla/Auth/Verify/RADIUS.pm'],
'Email::Reply' => ['email_in.pl'], 'Email::Reply' => ['email_in.pl'],
'Email::MIME::Attachment::Stripper' => ['email_in.pl'] 'Email::MIME::Attachment::Stripper' => ['email_in.pl']
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment