Removing access control entry
-
hi, I have code to add access control entry to active directory user object so that they can't change password (User cannot change password is checked) But i wonder it's possible to write code to remove this access control entry again. I have tried using AccessControlList.RemoveAce method..but the "User cannot change password" is still checked. Using Windows 2003 server active directory and System.DirectoryServices here. Any help? Thanks
-
hi, I have code to add access control entry to active directory user object so that they can't change password (User cannot change password is checked) But i wonder it's possible to write code to remove this access control entry again. I have tried using AccessControlList.RemoveAce method..but the "User cannot change password" is still checked. Using Windows 2003 server active directory and System.DirectoryServices here. Any help? Thanks
Dont know if this is exactly what you are looking for but i found it a very informative site on this topic - maybe you could find some answers/clues there- http://weblogs.asp.net/cumpsd/archive/2004/02/08/69403.aspx