s4:dsdb: define DSDB_EXTENDED_SEC_DESC_PROPAGATION_OID
authorStefan Metzmacher <metze@samba.org>
Thu, 22 Nov 2012 16:42:32 +0000 (17:42 +0100)
committerStefan Metzmacher <metze@samba.org>
Sun, 25 Nov 2012 22:30:09 +0000 (23:30 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source4/dsdb/samdb/samdb.h
source4/setup/schema_samba4.ldif

index 6ee97dad19394c546e4ac6ff5076f20458fa299f..e9d4ec2ff16f016316f0523a95f48464dc0987b3 100644 (file)
@@ -231,6 +231,17 @@ struct dsdb_fsmo_extended_op {
        struct GUID destination_dsa_guid;
 };
 
+/*
+ * passed from the descriptor module in order to
+ * store the recalucated nTSecurityDescriptor without
+ * modifying the replPropertyMetaData.
+ */
+#define DSDB_EXTENDED_SEC_DESC_PROPAGATION_OID "1.3.6.1.4.1.7165.4.4.7"
+struct dsdb_extended_sec_desc_propagation_op {
+       struct ldb_dn *dn;
+       bool include_self;
+};
+
 #define DSDB_ACL_CHECKS_DIRSYNC_FLAG 0x1
 
 #define DSDB_METADATA_SCHEMA_SEQ_NUM   "SCHEMA_SEQ_NUM"
index 38dba77b73d245300a34b9187c829d657df715eb..94aedb099d8f24264412eae4b6db3b80279c6880 100644 (file)
 #Allocated: DSDB_EXTENDED_CREATE_PARTITION_OID 1.3.6.1.4.1.7165.4.4.4
 #Allocated: DSDB_EXTENDED_ALLOCATE_RID_POOL 1.3.6.1.4.1.7165.4.4.5
 #Allocated: DSDB_EXTENDED_SCHEMA_UPGRADE_IN_PROGRESS_OID 1.3.6.1.4.1.7165.4.4.6
+#Allocated: DSDB_EXTENDED_SEC_DESC_PROPAGATION_OID 1.3.6.1.4.1.7165.4.4.7
 
 
 ############