Written by
  • email
  • twitter
  • linkedin
  • linkedin

Java library available to read and update Active Directory ntSecurityDescriptor attribute.

ntSecurityDescriptor attribute specifies the Windows NT operating system security descriptor for an object.

In particular, this attribute specifies who owns the object; who can access the object and what they can do with it.

I spent last two weeks to implement a good and simple Java library to parse this binary attribute in order to be managed via few high level Java objects.

Currently this library permits to parse ntSecurityDescriptor value (byte array), interpret its content and perform changes on it.

Enjoy it here. Any kind of contribution is welcome.

5 VOTIGoodGood
Ti è stato utile questo articolo?
From Tirasa's Blog
The place where we share what we do, learn and discover day by day.
Go to blog >