PacketFence - BTS - PacketFence | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0001661 | PacketFence | security | public | 2013-07-03 11:56 | 2015-02-18 10:59 |
| Reporter | asq | ||||
| Assigned To | |||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | open | ||
| Platform | OS | OS Version | |||
| Product Version | 4.0.1 | ||||
| Target Version | Fixed in Version | ||||
| fixed in git revision | |||||
| fixed in mtn revision | |||||
| Summary | 0001661: role change doesn't trigger pf::enforcement::reevaluate_access | ||||
| Description | in html/pfappserver/lib/pfappserver/Model/Node.pm:233 if ($previous_node_ref->{status} ne $node_ref->{status}) { . . . if ($result) { # Node has been registered or deregistered reevaluate_access( $mac, "manage_$option" ); } } | ||||
| Steps To Reproduce | |||||
| Additional Information | should read: if ($previous_node_ref->{status} ne $node_ref->{status}) or ($previous_node_ref->{role} ne $node_ref->{role}) { | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2013-07-03 11:56 | asq | New Issue | |||
| 2015-02-18 10:59 | lmunro | Note Added: 0003945 | |||
| 2015-02-18 10:59 | lmunro | Status | new => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||