PacketFence - BTS - PacketFence
View Issue Details
0001047PacketFencepackagingpublic2010-08-12 09:302011-01-26 15:38
obilodeau 
obilodeau 
highminorsometimes
closedfixed 
 
1.9.11.9.1 
7e00447b6b36292bf95cbc494013fd86008410e3
0001047: missing dependency Authen::Radius for authentication::radius (conf/authentication/radius.pm)
As reported on the mailing list, radius authentication fails out of the box because the required module is not pulled in by our RPM spec file.

Authentication will fail with: "cannot validate credentials at this time.".

Try to compile the module will reveal the problem:

# perl -c conf/authentication/radius.pm
Can't locate Authen/Radius.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at conf/authentication/radius.pm line 37.

As a workaround you can install the module manually:
# yum search perl-Authen-Radius
No tags attached.
Issue History
2010-08-12 09:30obilodeauNew Issue
2010-08-12 09:30obilodeauStatusnew => assigned
2010-08-12 09:30obilodeauAssigned To => obilodeau
2010-08-25 11:42obilodeaumtn revision => 7e00447b6b36292bf95cbc494013fd86008410e3
2010-08-25 11:42obilodeauNote Added: 0001630
2010-08-25 11:42obilodeauStatusassigned => resolved
2010-08-25 11:42obilodeauFixed in Version => 1.9.1
2010-08-25 11:42obilodeauResolutionopen => fixed
2011-01-26 15:38obilodeauStatusresolved => closed

Notes
(0001630)
obilodeau   
2010-08-25 11:42   
fixed in 1.9 branch, added tests to catch a similar situation in the future