From 172c32ec570be4426492d485c1c34525199ed728 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 6 Sep 2008 00:10:41 +0000 Subject: Define ACE. --- docs/narr/security.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/narr/security.rst b/docs/narr/security.rst index aac435ada..48c88cbde 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -103,6 +103,9 @@ system-defined principal indicating, literally, everyone) is allowed to view the blog, the ``group:editors`` principal is allowed to add to and edit the blog. +.. note:: Each tuple within the above ``__acl__`` structure is known + as a :term:`ACE`, which stands for "access control entry". + A principal is usually a user id, however it also may be a group id if your authentication system provides group information and the security policy is written to respect them. The -- cgit v1.2.3