How to manage AD ACLs using Java
问题 I'm currently working with a Java application that needs to connect to an Active Directory (AD) and modify the 'User Cannot Change Password' permission. Microsoft has been kind enough to provide a step by step of how to do this using C++ or VB: http://msdn.microsoft.com/en-us/library/windows/desktop/aa746398(v=vs.85).aspx The problem is really that I need to do this using Java. Is this possible? The main issue is working with ACLs by querying/parsing the ntSecurityDescriptor attribute. I'm