PacketFence
Bug Tracking System

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001661PacketFencesecuritypublic2013-07-03 11:562015-02-18 10:59
Reporterasq 
Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionopen 
PlatformOSOS Version
Product Version4.0.1 
Target VersionFixed in Version 
Summary0001661: role change doesn't trigger pf::enforcement::reevaluate_access
Descriptionin 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 Informationshould read:

if ($previous_node_ref->{status} ne $node_ref->{status})
   or ($previous_node_ref->{role} ne $node_ref->{role}) {
TagsNo tags attached.
fixed in git revision
fixed in mtn revision
Attached Files

- Relationships

-  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
Powered by Mantis Bugtracker