Bug found:

pf/lib/pf/violation_config.pm
Line: 118

"next unless defined $violation->{$key};"

should be:
"next if defined $violation->{$key};"

This was causing missing values to not be created from "defaults" and existing 
values (like actions) to be overwritten by "defaults".

Don

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
PacketFence-devel mailing list
PacketFence-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-devel

Reply via email to