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 7800280 Describe arbac02 checks
7800280 is described below
commit 78002805919e3fd6dd741cff68fd9e649cdd4bf5
Author: Shawn McKinney <smckinney@apache.org>
AuthorDate: Sat Mar 16 10:25:22 2019 -0500
Describe arbac02 checks
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5a0a997..8d8a4d4 100644
--- a/README.md
+++ b/README.md
@@ -435,7 +435,7 @@ There is similar check on grant/revokePermission(Role, Permission), where
the ca
The complete list of APIs that enforce range and OU checks follow:
| API | Validate UserOU | Validate PermOU | Range Check On Role
|
-| ------------------------------ | ---------------- | -------------------------------------
|
+| ------------------------------ | ---------------- | ----------------| -------------------
|
| AdminMgr.addUser | true | false | false
|
| AdminMgr.updateUser | true | false | false
|
| AdminMgr.deleteUser | true | false | false
|
|