Skip to content

Commit

Permalink
minor #5959 Fix #5912 Ambiguity on Access Decision Manager's Strategy…
Browse files Browse the repository at this point in the history
… (Pierre Maraitre)

This PR was squashed before being merged into the 2.3 branch (closes #5959).

Discussion
----------

Fix #5912 Ambiguity on Access Decision Manager's Strategy

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | >=2.3
| Fixed tickets | #5912

Commits
-------

2367e88 Fix #5912 Ambiguity on Access Decision Manager's Strategy
  • Loading branch information
xabbuh committed Dec 9, 2015
2 parents 0a3acae + 2367e88 commit 647fdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/security/authorization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ the votes (either positive, negative or neutral) it has received. It
recognizes several strategies:

``affirmative`` (default)
grant access as soon as any voter returns an affirmative response;
grant access as soon as there is one voter granting access;

``consensus``
grant access if there are more voters granting access than there are denying;
Expand Down

0 comments on commit 647fdaa

Please sign in to comment.