From 37f49e30e96bcbf0311639b91164b83185f80dfd Mon Sep 17 00:00:00 2001 From: iqfoundry Date: Wed, 5 Feb 2014 17:42:38 -0600 Subject: [PATCH 1/2] Update acl.rst ACE is not defined in the scope of this document, hopefully this adds some clarity. --- cookbook/security/acl.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cookbook/security/acl.rst b/cookbook/security/acl.rst index bb3f20a299e..2ad2b062aef 100644 --- a/cookbook/security/acl.rst +++ b/cookbook/security/acl.rst @@ -90,6 +90,9 @@ Getting Started Coming back to the small example from the beginning, you can now implement ACL for it. +Once the ACL is created, you can grant access to objects by creating an Access Control Entity (ACE) to solidify the relationship between the entity and your user. + + Creating an ACL, and adding an ACE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From cee5b9d9cd7aaa57e77fee3cd0abded89c220d7d Mon Sep 17 00:00:00 2001 From: iqfoundry Date: Mon, 17 Feb 2014 15:06:16 -0600 Subject: [PATCH 2/2] Update acl.rst --- cookbook/security/acl.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cookbook/security/acl.rst b/cookbook/security/acl.rst index 2ad2b062aef..96f22a93d35 100644 --- a/cookbook/security/acl.rst +++ b/cookbook/security/acl.rst @@ -90,8 +90,9 @@ Getting Started Coming back to the small example from the beginning, you can now implement ACL for it. -Once the ACL is created, you can grant access to objects by creating an Access Control Entity (ACE) to solidify the relationship between the entity and your user. - +Once the ACL is created, you can grant access to objects by creating an +Access Control Entity (ACE) to solidify the relationship between the entity +and your user. Creating an ACL, and adding an ACE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~