Results 1 to 3 of 3

Thread: Ace, Acl, Sid

  1. #1

    Thread Starter
    Member
    Join Date
    May 2001
    Location
    Malaysia
    Posts
    43

    Wink Ace, Acl, Sid

    Well, I keep seeing this word "ACE", "ACL", "SID" in the Windows API, GetFileSecurity and SetFileSecurity. Can anyone tell me what do they mean? I think it is some sort of constant but what is the exact words and what do they represent? Please help...
    Ben Chin

  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    ACL = access-control list
    SID = security identifier

    Code:
    Remarks
    A security descriptor includes information that specifies the following components of an object's security: 
    
    An owner (SID) 
    A primary group (SID) 
    A discretionary ACL 
    A system ACL 
    Qualifiers for the preceding items 
    Security descriptors use access-control lists (ACLs) and security identifiers (SIDs) to specify the information in this list. 
    
    A security descriptor can be in absolute or self-relative form. In self-relative form, all members of the structure are located contiguously in memory. In absolute form, the structure only contains pointers to the members.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  3. #3
    jim mcnamara
    Guest
    An acl is has a header and ace (access control entry) members -
    there may be zero aces.

    Each ace enables, limits or fully disables access for a particular identifier - user name, user group, class, node, etc.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width