ACLs
Last updated
Last updated
Enables Control on the ability of a process to access object and other resource in active directory based on:
Access Token (security context of a process - Identity and Privilege of a user)
Security Discriptors (SID of the owner, Discretionary ACL(DACL) and System ACL(SACL). Both DACL and SACL had entries called Access Control Entities (ACEs))
It is a list of Access Control Entities (ACE) - ACE corresponds to individual permission or audit access. Who has permission and what can be done on an object. Types of ACL:
DACL: Define a permission trustees (a user or a group) have on an object.
SACL: Logs success and failure audit messages when an object is accessed.