From 73d96d4d2c861bde5c8440986fc7575be4c4024c Mon Sep 17 00:00:00 2001 From: Andrey Astakhov Date: Tue, 12 Apr 2016 20:56:05 +0200 Subject: [PATCH] Added possible values for access_decision_manager.strategy Added a comment with the list of possible values for access_decision_manager.strategy (like for session_fixation_strategy) --- reference/configuration/security.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index 13be9393268..9a12c168061 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -27,6 +27,7 @@ Each part will be explained in the next section. always_authenticate_before_granting: false erase_credentials: true access_decision_manager: + # strategy can be: affirmative, consensus, unanimous strategy: affirmative allow_if_all_abstain: false allow_if_equal_granted_denied: true