This is an automated email from the ASF dual-hosted git repository.
smckinney pushed a commit to branch FC-265
in repository https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git
The following commit(s) were added to refs/heads/FC-265 by this push:
new 3fdae9f Describe arbac02 checks
3fdae9f is described below
commit 3fdae9fe8e38e299165a6da0937952bfb01d93a5
Author: Shawn McKinney <smckinney@apache.org>
AuthorDate: Sat Mar 16 10:18:10 2019 -0500
Describe arbac02 checks
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 035a2dc..dfa6c0d 100644
--- a/README.md
+++ b/README.md
@@ -395,6 +395,7 @@ These checks include the following:
For example, the following top-down role hierarchy:
+```
CTO
|
| |
@@ -405,7 +406,8 @@ E1 E2 Q1 Q2
DA QA
|
A
-
+```
+
Where a role called 'CTO' is the highest ascendant, and 'A' is the lowest descendant. In
a top-down role hierarchy, privilege increases as we descend in the tree. So a person with
role 'A' inherits all that are above.
In describing a range of roles, begin range is the lowest descendant in the chain, and end
range the highest. Furthermore a bracket, '[', ']', indicates inclusiveness, whereas parenthesis
indicates exclusiveness for a particular endpoint.
|