views:

214

answers:

0

I've used allowedChildClassesEffective to check if the current user is allowed to create a particular type of object in a certain container in Active Directory. Now I would like to do something similar to determine if the current user has permissions to delete a particular object in the directory. Is there an easy way to do this? (i.e. I want to avoid having to deal with ACEs and DACLs directly if possible..) Thanks for your time.