PacketFence - BTS - PacketFence
View Issue Details
0000937PacketFencehardware modulespublic2010-03-24 17:442011-10-25 09:03
obilodeau 
fgaudreault 
normalminorhave not tried
closedno change required 
 
 
0000937: PacketFence will authorize / de-authorize ports even if the switch is not in production
This contradicts the whole "don't ever touch the switch unless in production" approach.

Would need to be fixed.
No tags attached.
Issue History
2010-03-24 17:44obilodeauNew Issue
2010-03-24 17:44obilodeauStatusnew => assigned
2010-03-24 17:44obilodeauAssigned To => obilodeau
2011-01-18 11:53obilodeauTarget Version => 2.0.1
2011-01-26 15:30obilodeauTarget Version2.0.1 => 2.0.2
2011-03-03 15:19obilodeauTarget Version2.0.2 => +1
2011-04-11 14:19obilodeauNote Added: 0002022
2011-04-11 14:20obilodeauCategoryerror-handling => hardware modules
2011-04-11 14:23fgaudreaultAssigned Toobilodeau => fgaudreault
2011-04-11 14:39fgaudreaultNote Added: 0002023
2011-04-11 14:39fgaudreaultStatusassigned => resolved
2011-04-11 14:39fgaudreaultResolutionopen => no change required
2011-05-04 11:43obilodeauStatusresolved => closed
2011-10-25 09:03obilodeauTarget Version+1 =>

Notes
(0002022)
obilodeau   
2011-04-11 14:19   
It seems that it is in the authorizeMAC contract to verify if the switch is in production. The 2950 and 2960 modules seems to be doing so properly.

To fix: go around all authorizeMAC and make sure that the isProductionMode() check is done properly
(0002023)
fgaudreault   
2011-04-11 14:39   
I made a checkup in all the wired switches module, and they all have isProductionMode() in the authorizeMAC or _authorizeMAC function.