Re: Access check for inherited permission
- From: jetan@xxxxxxxxxxxxxxxxxxxx ("Jeffrey Tan[MSFT]")
- Date: Wed, 25 Oct 2006 02:05:27 GMT
Hi Tony,
Sorry for letting you wait.
If the security descriptor on the container object, Users in our case,
contains an ACE with CIOI (container inherit, object inherit) flags and a
GUID corresponding to the Write Description property that grants Joe the
right to write the object Description, any container/object created within
Users will inherit the ACE and the GUID will be present in the inherited
object GUID field.
If AccessCheck on Users succeeds for Joe for write Description, it will
succeed for any objects created within Users, per the inherited ACE on the
objects.
The _OBJECT_TYPE_LIST structure for AuthzAccessCheck on the top level
container Users will be
list[0].Level = ACCESS_OBJECT_GUID
list[0].ObjectTYpe = <GUID of Users>
list[1].Level = ACCESS_PROPERTY_SET_GUID
list[1].ObjectType = <GUID of Description property>
Hope this helps.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- References:
- Re: Access check for inherited permission
- From: "Jeffrey Tan[MSFT]"
- Re: Access check for inherited permission
- From: TonyCheung
- Re: Access check for inherited permission
- From: "Jeffrey Tan[MSFT]"
- Re: Access check for inherited permission
- From: TonyCheung
- Re: Access check for inherited permission
- From: Jeffrey Tan[MSFT]
- Re: Access check for inherited permission
- From: wesoft
- Re: Access check for inherited permission
- Prev by Date: Re: Can I serialize cached credentials for later authentication on server?
- Next by Date: Re: can I use ADSI inside LSA
- Previous by thread: Re: Access check for inherited permission
- Next by thread: Detecting user logon logoff
- Index(es):
Relevant Pages
|