Edited comment for RPZ_Policy

Removed copy/pasta and added a correct comment for RPZ_Policy
pull/564/head
David André 2015-07-09 11:49:58 +02:00
parent a4a98009ed
commit 2b6ec81891
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ class Server extends AppModel {
'branch' => 1,
'RPZ_policy' => array(
'level' => 1,
'description' => 'The duration (in seconds) of how long the user will be locked out when the allowed number of login attempts are exhausted.',
'description' => 'The default policy action for the values added to the RPZ.',
'value' => 0,
'errorMessage' => '',
'test' => 'testForRPZBehaviour',