Hai2u! Wasn;t sure wether to post this here of in the Windows 2000 server thread, but here goes:
I have an ASP.NET (VB.NET) web app that does various things related to file share administration... blah blah blah.
One of the things this tool does is creates AD groups, and adds groups and users as members of the newly created groups. This is all fine and dandy until I actually need to modify the permissions (security tab) of the AD object (group) that I just created. I want to give one AD group read, write, etc permissions on another AD group.
This does not seem to be an easy task based on my incessant googling.
I've come across this:
...along with a few other drawn out methods of modifying ACLs, ACEs, dACLs, Security Descriptors, etc.
My feeling is that there must be an easier way to do this, and I'm hoping one of you knows it.
I read somewhere that MSFT hadn't created an API/connector/whatever for this in the .NET 1.1 framework... but is it now accessable in 2.0?
ANY info would be greatly appreciated.
-Dan
I have an ASP.NET (VB.NET) web app that does various things related to file share administration... blah blah blah.
One of the things this tool does is creates AD groups, and adds groups and users as members of the newly created groups. This is all fine and dandy until I actually need to modify the permissions (security tab) of the AD object (group) that I just created. I want to give one AD group read, write, etc permissions on another AD group.
This does not seem to be an easy task based on my incessant googling.
I've come across this:
...along with a few other drawn out methods of modifying ACLs, ACEs, dACLs, Security Descriptors, etc.
My feeling is that there must be an easier way to do this, and I'm hoping one of you knows it.
I read somewhere that MSFT hadn't created an API/connector/whatever for this in the .NET 1.1 framework... but is it now accessable in 2.0?
ANY info would be greatly appreciated.
-Dan