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 | |
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')
-rw-r--r-- | source4/dsdb/samdb/samdb.h | 7 | ||||
-rw-r--r-- | source4/setup/schema_samba4.ldif | 1 |
2 files changed, 8 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; diff --git a/source4/setup/schema_samba4.ldif b/source4/setup/schema_samba4.ldif index 0c5c7872e3..38dba77b73 100644 --- a/source4/setup/schema_samba4.ldif +++ b/source4/setup/schema_samba4.ldif @@ -196,6 +196,7 @@ #Allocated: DSDB_CONTROL_DBCHECK 1.3.6.1.4.1.7165.4.3.19 #Allocated: DSDB_CONTROL_DBCHECK_MODIFY_RO_REPLICA 1.3.6.1.4.1.7165.4.3.19.1 #Allocated: DSDB_CONTROL_PASSWORD_BYPASS_LAST_SET_OID 1.3.6.1.4.1.7165.4.3.20 +#Allocated: DSDB_CONTROL_SEC_DESC_PROPAGATION_OID 1.3.6.1.4.1.7165.4.3.21 # Extended 1.3.6.1.4.1.7165.4.4.x #Allocated: DSDB_EXTENDED_REPLICATED_OBJECTS_OID 1.3.6.1.4.1.7165.4.4.1 |