PacketFence - BTS - PacketFence |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0001391 | PacketFence | radius | public | 2012-03-05 10:36 | 2012-08-14 09:15 |
|
| Reporter | fgaudreault | |
| Assigned To | fgaudreault | |
| Priority | high | Severity | minor | Reproducibility | sometimes |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | devel | |
| Target Version | 3.3.0 | Fixed in Version | 3.3.0 | |
| fixed in git revision | |
| fixed in mtn revision | eb0ff8a88957f7356a7f828829d51e4c73c10c38 |
|
| Summary | 0001391: Cisco MAB EAP not working with our module |
| Description | 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}/) { |
| Steps To Reproduce | |
| Additional Information | EAP-Type is not a standard attribute, we should rely on EAP-Message and on the User-Name. |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2012-03-05 10:36 | fgaudreault | New Issue | |
| 2012-03-05 10:36 | fgaudreault | Additional Information Updated | |
| 2012-03-05 10:46 | obilodeau | Note Added: 0002600 | |
| 2012-03-12 13:59 | fgaudreault | mtn revision | => eb0ff8a88957f7356a7f828829d51e4c73c10c38 |
| 2012-03-12 13:59 | fgaudreault | Note Added: 0002614 | |
| 2012-03-12 13:59 | fgaudreault | Status | new => resolved |
| 2012-03-12 13:59 | fgaudreault | Resolution | open => fixed |
| 2012-03-12 13:59 | fgaudreault | Assigned To | => fgaudreault |
| 2012-04-18 10:04 | obilodeau | Fixed in Version | => 3.3.0 |
| 2012-04-18 10:04 | obilodeau | Target Version | => 3.3.0 |
| 2012-04-18 10:09 | obilodeau | Note Added: 0002665 | |
| 2012-04-18 10:09 | obilodeau | Status | resolved => closed |
| 2012-08-14 09:15 | obilodeau | Category | radius module => radius |