You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2017/12/06 16:20:49 UTC

[accumulo-website] 07/07: updated authorizations in tour

This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git

commit 3376d943b71e9700b82f75d14dae256a08ab040c
Author: Mike Walch <mw...@apache.org>
AuthorDate: Wed Dec 6 11:03:30 2017 -0500

    updated authorizations in tour
---
 tour/authorizations.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tour/authorizations.md b/tour/authorizations.md
index 8dbb8c8..5b66c89 100644
--- a/tour/authorizations.md
+++ b/tour/authorizations.md
@@ -8,9 +8,9 @@ of each Accumulo key in the scan. If the boolean expression of the ColumnVisibil
 visible to the user.
 
 For example:
-* Bob has authorizations `User, Manager`
-* Tina has authorizations `User, Admin`
-* The key `row1:family1:qualifier1` has visibility `Admin && User`
+* Bob has authorizations `product, sales`
+* Tina has authorizations `sales, employee`
+* The key `row1:family1:qualifier1` has visibility `sales && employee`
 * When Bob scans with all of his authorizations, he will **not** see `row1:family1:qualifier1`
 * When Tina scans with all of her authorizations, she will see `row1:family1:qualifier1`
 

-- 
To stop receiving notification emails like this one, please contact
"commits@accumulo.apache.org" <co...@accumulo.apache.org>.