20472 - Update actionpolicy readme

Updated actionpolicy readme to describe the fact that enable_default
takes precedence over allow_unconfigured.
This commit is contained in:
Pieter Loubser
2013-04-30 10:32:04 +01:00
committed by R.I.Pienaar
parent 84ff5d959d
commit 2248e5bcd9
2 changed files with 12 additions and 1 deletions

View File

@@ -32,7 +32,9 @@ Enabling a default policy
plugin.actionpolicy.enable_default = 1
plugin.actionpolicy.default_name = default
This allows you to create a policy file called default.policy which will be used unless a specific policy file exists.
This allows you to create a policy file called default.policy which will be used unless a specific policy file exists. Note that if both
allow_unconfigured and enable_default are configured all requests will go through the default policy, as enable_default takes precedence
over allow_unconfigured.
Usage
=============================