PacketFence - BTS - PacketFence
View Issue Details
0001391PacketFenceradiuspublic2012-03-05 10:362012-08-14 09:15
fgaudreault 
fgaudreault 
highminorsometimes
closedfixed 
devel 
3.3.03.3.0 
eb0ff8a88957f7356a7f828829d51e4c73c10c38
0001391: Cisco MAB EAP not working with our module
The module is not properly detecting that the request is EAP mac-authentication. Cisco is NOT sending the EAP-TYPE field in MAB EAP, so the is_eap_mac_authentication() method returns 0 instead of 1.

Problematic line :
# EAP and User-Name is a MAC address
    if (exists($RAD_REQUEST{'EAP-Type'}) && $RAD_REQUEST{'User-Name'} =~ /[0-9a-fA-F]{12}/) {
EAP-Type is not a standard attribute, we should rely on EAP-Message and on the User-Name.
No tags attached.
Issue History
2012-03-05 10:36fgaudreaultNew Issue
2012-03-05 10:36fgaudreaultAdditional Information Updated
2012-03-05 10:46obilodeauNote Added: 0002600
2012-03-12 13:59fgaudreaultmtn revision => eb0ff8a88957f7356a7f828829d51e4c73c10c38
2012-03-12 13:59fgaudreaultNote Added: 0002614
2012-03-12 13:59fgaudreaultStatusnew => resolved
2012-03-12 13:59fgaudreaultResolutionopen => fixed
2012-03-12 13:59fgaudreaultAssigned To => fgaudreault
2012-04-18 10:04obilodeauFixed in Version => 3.3.0
2012-04-18 10:04obilodeauTarget Version => 3.3.0
2012-04-18 10:09obilodeauNote Added: 0002665
2012-04-18 10:09obilodeauStatusresolved => closed
2012-08-14 09:15obilodeauCategoryradius module => radius

Notes
(0002600)
obilodeau   
2012-03-05 10:46   
MAB over EAP on Cisco? Is this mandatory? If not I would lower the priority.
(0002614)
fgaudreault   
2012-03-12 13:59   
Fixed in devel.
(0002665)
obilodeau   
2012-04-18 10:09   
fixed released last friday