Access control on arbitrary objects

From: Andrew Le Couteur Bisson (nobody_at_nowhere.com)
Date: 05/23/05

  • Next message: Valery Pryamikov: "Re: Hash of Public key"
    Date: Mon, 23 May 2005 10:47:22 +0100
    
    

    I have a requirement to implement fine grained access control on certain
    data structures. These structures represent objects and classes and the
    arrangement maps directly to the windows security model of containers
    (classes) and objects (items).
    Is it possible to do this? Clearly it involves more than just attaching a
    security descriptor to the data since this does not describe the container
    hierarchy.
     I have looked for articles but all seem to assume that the target of the
    security is necessarily some windows filesystem object but without acually
    saying as much.
    Also, if this is possible, would it further be possible to administer these
    permissions from active directory?

    Thanks,
    Andy


  • Next message: Valery Pryamikov: "Re: Hash of Public key"

    Relevant Pages

    • Re: Out-of-bounds access and UB
      ... > Containers are data structures that are used to organize ... Typical containers are vectors, tables, lists, hash tables, ... lcc-win32 supports operator overloading, it's compiling a language ... pointing them to an lcc-win32-specific language extension is no more ...
      (comp.lang.c)
    • Re: Out-of-bounds access and UB
      ... Containers are data structures that are used to organize storage. ... Typical containers are vectors, tables, lists, hash tables, etc. ... lcc-win32 supports containers with standard notation ...
      (comp.lang.c)
    • Re: Applications that use thousands of data containers?
      ... of containers do get their job done? ... themselves valid containers. ... 1000s of entries may have 1000s of valid lists in it, ... A compiler can easily accumulate tons of data structures, ...
      (comp.programming)