
| Anonymous | Login | 2025-11-07 13:30 EST | ![]() |
| 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 | |||
| 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 | |||||||
| 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" ); } } | |||||||
| 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. | |||||||
| fixed in git revision | ||||||||
| fixed in mtn revision | ||||||||
| Attached Files | ||||||||
Notes |
|
|
(0003945) lmunro (administrator) 2015-02-18 10:59 |
Obsolete bug tracker entries. PF 4 introduced changes that either make these irrelevant or impossible to reproduce. New issues are moving to github issues. |
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 |
| Copyright © 2000 - 2012 MantisBT Group |