PacketFence - BTS - PacketFence
View Issue Details
0001379PacketFencecorepublic2012-02-20 15:202012-02-28 14:31
fgaudreault 
obilodeau 
lowtweakalways
closedfixed 
devel 
3.2.03.2.0 
e7f90dded67bc323f3a62678db415c0face4ce19
0001379: Columns are not supported in RADIUS Called-Station-Id for extractSsid
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}:(.*)
No tags attached.
Issue History
2012-02-20 15:20fgaudreaultNew Issue
2012-02-20 15:51fgaudreaultmtn revision => ca2336e64b1513dd627b5ce62978741f297be0cf
2012-02-20 15:51fgaudreaultStatusnew => resolved
2012-02-20 15:51fgaudreaultFixed in Version => trunk
2012-02-20 15:51fgaudreaultResolutionopen => fixed
2012-02-20 15:51fgaudreaultAssigned To => fgaudreault
2012-02-21 12:39obilodeauNote Added: 0002571
2012-02-21 12:39obilodeauAssigned Tofgaudreault => obilodeau
2012-02-21 12:39obilodeauStatusresolved => feedback
2012-02-21 12:39obilodeauResolutionfixed => reopened
2012-02-21 12:40obilodeauStatusfeedback => assigned
2012-02-21 12:43obilodeauNote Added: 0002572
2012-02-21 13:05obilodeaumtn revisionca2336e64b1513dd627b5ce62978741f297be0cf => e7f90dded67bc323f3a62678db415c0face4ce19
2012-02-21 13:05obilodeauNote Added: 0002573
2012-02-21 13:05obilodeauStatusassigned => resolved
2012-02-21 13:05obilodeauResolutionreopened => fixed
2012-02-28 14:22obilodeauTarget Version => 3.2.0
2012-02-28 14:22obilodeauFixed in Versiontrunk => 3.2.0
2012-02-28 14:31obilodeauNote Added: 0002582
2012-02-28 14:31obilodeauStatusresolved => closed

Notes
(0002571)
obilodeau   
2012-02-21 12:39   
Also encountered a xxxxxxxxxxxx:SSID format today. Fixing it in pf::SNMP's default implementation.
(0002572)
obilodeau   
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   
2012-02-21 13:05   
extractSsid now supports both : and - delimiters plus no delimiter also. Regression tests were also added.
(0002582)
obilodeau   
2012-02-28 14:31   
Fixed in recently released 3.2.0.