Re: Is it possible to secure private objects with hierarchical relationship with taking hierarchy into account?
From: Antonio (antoniopassado_at_hotmail.com)
Date: 01/06/04
- Next message: Mykola: "How does CA check the signature of a CSP?"
- Previous message: LiquidJ: "Re: error LNK2001: unresolved external symbol _ConvertStringSidToSid"
- Next in thread: Richard Ward: "Re: Is it possible to secure private objects with hierarchical relationship with taking hierarchy into account?"
- Reply: Richard Ward: "Re: Is it possible to secure private objects with hierarchical relationship with taking hierarchy into account?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 6 Jan 2004 17:08:07 +0100
Hi, Richard
Thank you very much for the answer, it covers a lot. I just want to ask
whether changes later in the security descriptor of parent will be somehow
visible to the child or I should manually monitor and update these changes?
If they will be visible, I'm not sure I understand completely how does it
work cause there is possibility that changes to the parent's descriptor
required reallocation of it, isn't it?
Thanks in advance,
Antonio
"Richard Ward" <richardw@delete-yellow-dogs.com> wrote in message
news:vu7nlq19e0hf9f@corp.supernews.com...
> CreatePrivateObjectSecurity takes as its first parameter the security
> descriptor of the parent object. That's your hierarchy. Is there
something
> else that you're trying to do?
>
> "Antonio" <antoniopassado@hotmail.com> wrote in message
> news:OEuEMTuwDHA.1196@TK2MSFTNGP12.phx.gbl...
> > Hi, Richard
> >
> > Thanks for the answer! I'm using these functions to get/set private
> > object's
> > security and they are working fine on each particular object, however
I'm
> > not sure whether I can use them to define hierarchical inheritance of
> > rights
> > in the same way in which files can inherit some rights from their
folders
> > which in turn inherited them from their parent folders etc. Ability to
> > inherit rights and to define the hierarchy for this inheritance is the
key
> > point for me and I will appreciate very much if you can give any ideas
on
> > this matter. I'm sure that this is quite a common task and will be
> > surprised
> > if there is no appropriate support for this kind of things in Windows.
> >
> > Thanks in advance,
> > Antonio
> >
> > "Richard Ward" <richardw@delete-yellow-dogs.com> wrote in message
> > news:vtlbe8oabumu33@corp.supernews.com...
> >>
> >> I don't know of any examples out there, but the functions you are
looking
> >> for
> >> are: CreatePrivateObjectSecurity, SetPrivateObjectSecurity,
> >> GetPrivateObjectSecurity,
> >> etc. If you get stuck, post here and I'll dig up some sample code.
> >>
> >> "Antonio" <antoniopassado@hotmail.com> wrote in message
> >> news:eHynNkAwDHA.3216@TK2MSFTNGP11.phx.gbl...
> >> > Hi, everybody
> >> >
> >> > I have some private objects which I would like to secure. These
objects
> >> > have
> >> > some hierarchical relationship similar to those found in the file
> >> > system
> >> > and
> >> > registry. Is it possible to use standard mechanisms for inheriting
> > access
> >> > rights from parent object, propagation etc. in case of private
objects?
> > If
> >> > yes, where can I possibly find some examples of proper way of doing
> >> > this
> >> > kind of things?
> >> >
> >> > Thanks in advance,
> >> > Antonio
> >> >
> >> >
> >>
> >>
> >
> >
>
>
- Next message: Mykola: "How does CA check the signature of a CSP?"
- Previous message: LiquidJ: "Re: error LNK2001: unresolved external symbol _ConvertStringSidToSid"
- Next in thread: Richard Ward: "Re: Is it possible to secure private objects with hierarchical relationship with taking hierarchy into account?"
- Reply: Richard Ward: "Re: Is it possible to secure private objects with hierarchical relationship with taking hierarchy into account?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|