diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-11-22 17:42:32 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-11-30 17:17:21 +0100 |
commit | 60f0e172e3ce182324c4573fc05197ba241def89 (patch) | |
tree | 44780753e030c8107e4efbfb41f4190b82d13776 /source4/dsdb | |
parent | 7f88ad3efce5bc14de49b3d73a5dcb19499e1342 (diff) | |
download | samba-60f0e172e3ce182324c4573fc05197ba241def89.tar.gz samba-60f0e172e3ce182324c4573fc05197ba241def89.tar.bz2 samba-60f0e172e3ce182324c4573fc05197ba241def89.zip |
s4:dsdb: define DSDB_CONTROL_SEC_DESC_PROPAGATION_OID
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source4/dsdb')
-rw-r--r-- | source4/dsdb/samdb/samdb.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h index 6946782b73..6ee97dad19 100644 --- a/source4/dsdb/samdb/samdb.h +++ b/source4/dsdb/samdb/samdb.h @@ -128,6 +128,13 @@ struct dsdb_control_password_change { /* passed when importing plain text password on upgrades */ #define DSDB_CONTROL_PASSWORD_BYPASS_LAST_SET_OID "1.3.6.1.4.1.7165.4.3.20" +/* + * passed from the descriptor module in order to + * store the recalucated nTSecurityDescriptor without + * modifying the replPropertyMetaData. + */ +#define DSDB_CONTROL_SEC_DESC_PROPAGATION_OID "1.3.6.1.4.1.7165.4.3.21" + #define DSDB_EXTENDED_REPLICATED_OBJECTS_OID "1.3.6.1.4.1.7165.4.4.1" struct dsdb_extended_replicated_object { struct ldb_message *msg; |