
| Anonymous | Login | 2025-10-31 04:36 EDT |  | 
| Main | My View | View Issues | Change Log | Roadmap | 
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0001379 | PacketFence | core | public | 2012-02-20 15:20 | 2012-02-28 14:31 | |||
| Reporter | fgaudreault | |||||||
| Assigned To | obilodeau | |||||||
| Priority | low | Severity | tweak | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | devel | |||||||
| Target Version | 3.2.0 | Fixed in Version | 3.2.0 | |||||
| Summary | 0001379: Columns are not supported in RADIUS Called-Station-Id for extractSsid | |||||||
| Description | When the Called-Station-Id RADIUS attributes comes in with columns (:) instead of hyphens (-) the extractSsid method is not working. Problematic REGEXP: [a-f0-9]{2}-[a-f0-9]{2}-[a-f0-9]{2}-[a-f0-9]{2}-[a-f0-9]{2}-[a-f0-9]{2}:(.*) We should have: [a-f0-9]{2}[-|:][a-f0-9]{2}[-|:][a-f0-9]{2}[-|:][a-f0-9]{2}[-|:][a-f0-9]{2}[-|:][a-f0-9]{2}:(.*) | |||||||
| Tags | No tags attached. | |||||||
| fixed in git revision | ||||||||
| fixed in mtn revision | e7f90dded67bc323f3a62678db415c0face4ce19 | |||||||
| Attached Files | ||||||||
|  Notes | |
| (0002571) obilodeau (reporter) 2012-02-21 12:39 | Also encountered a xxxxxxxxxxxx:SSID format today. Fixing it in pf::SNMP's default implementation. | 
| (0002572) obilodeau (reporter) 2012-02-21 12:43 | I can't find or pull ca2336e64b1513dd627b5ce62978741f297be0cf. I'll redo the changes in trunk. Conflicts will probably arise. | 
| (0002573) obilodeau (reporter) 2012-02-21 13:05 | extractSsid now supports both : and - delimiters plus no delimiter also. Regression tests were also added. | 
| (0002582) obilodeau (reporter) 2012-02-28 14:31 | Fixed in recently released 3.2.0. | 
|  Issue History | |||
| Date Modified | Username | Field | Change | 
| 2012-02-20 15:20 | fgaudreault | New Issue | |
| 2012-02-20 15:51 | fgaudreault | mtn revision | => ca2336e64b1513dd627b5ce62978741f297be0cf | 
| 2012-02-20 15:51 | fgaudreault | Status | new => resolved | 
| 2012-02-20 15:51 | fgaudreault | Fixed in Version | => trunk | 
| 2012-02-20 15:51 | fgaudreault | Resolution | open => fixed | 
| 2012-02-20 15:51 | fgaudreault | Assigned To | => fgaudreault | 
| 2012-02-21 12:39 | obilodeau | Note Added: 0002571 | |
| 2012-02-21 12:39 | obilodeau | Assigned To | fgaudreault => obilodeau | 
| 2012-02-21 12:39 | obilodeau | Status | resolved => feedback | 
| 2012-02-21 12:39 | obilodeau | Resolution | fixed => reopened | 
| 2012-02-21 12:40 | obilodeau | Status | feedback => assigned | 
| 2012-02-21 12:43 | obilodeau | Note Added: 0002572 | |
| 2012-02-21 13:05 | obilodeau | mtn revision | ca2336e64b1513dd627b5ce62978741f297be0cf => e7f90dded67bc323f3a62678db415c0face4ce19 | 
| 2012-02-21 13:05 | obilodeau | Note Added: 0002573 | |
| 2012-02-21 13:05 | obilodeau | Status | assigned => resolved | 
| 2012-02-21 13:05 | obilodeau | Resolution | reopened => fixed | 
| 2012-02-28 14:22 | obilodeau | Target Version | => 3.2.0 | 
| 2012-02-28 14:22 | obilodeau | Fixed in Version | trunk => 3.2.0 | 
| 2012-02-28 14:31 | obilodeau | Note Added: 0002582 | |
| 2012-02-28 14:31 | obilodeau | Status | resolved => closed | 
| Copyright © 2000 - 2012 MantisBT Group |