Skip to content

Commit

Permalink
Merge pull request #18 from omerb4/feature/add_write_property_ace_rights
Browse files Browse the repository at this point in the history
Add write property ace rights
  • Loading branch information
fmartelli authored Aug 23, 2018
2 parents fe4ac1a + 7f1e111 commit 833459d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/net/tirasa/adsddl/ntsd/data/AceRights.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ public static enum ObjectRight {
/**
* ADS_RIGHT_DS_CONTROL_ACCESS - The ObjectType GUID identifies an extended access right.
*/
CR(0x00000100);
CR(0x00000100),

WP(0x00000020);
// FA(0x001F01FF),
// FX(0x001200A0),
// FW(0x00100116),
Expand All @@ -139,7 +141,6 @@ public static enum ObjectRight {
// KW(0x00000006),
// LO(0x00000080),
// DT(0x00000040),
// WP(0x00000020),
// RP(0x00000010),
// SW(0x00000008),
// LC(0x00000004),
Expand Down

0 comments on commit 833459d

Please sign in to comment.