summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/samdb.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-11-22 17:42:32 +0100
committerMichael Adam <obnox@samba.org>2012-11-30 17:17:21 +0100
commit2101400af2e5e1b72a5d51e83f005f62bec1f482 (patch)
tree71cd16442947f3df63ba075e067e02252b9cb351 /source4/dsdb/samdb/samdb.h
parentddea8564901f5aa1a25cd84713bf86a2ce95bc07 (diff)
downloadsamba-2101400af2e5e1b72a5d51e83f005f62bec1f482.tar.gz
samba-2101400af2e5e1b72a5d51e83f005f62bec1f482.tar.bz2
samba-2101400af2e5e1b72a5d51e83f005f62bec1f482.zip
s4:dsdb: define DSDB_EXTENDED_SEC_DESC_PROPAGATION_OID
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source4/dsdb/samdb/samdb.h')
-rw-r--r--source4/dsdb/samdb/samdb.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h
index 6ee97dad19..7605c65cdd 100644
--- a/source4/dsdb/samdb/samdb.h
+++ b/source4/dsdb/samdb/samdb.h
@@ -231,6 +231,18 @@ 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 *nc_root;
+ struct ldb_dn *dn;
+ bool include_self;
+};
+
#define DSDB_ACL_CHECKS_DIRSYNC_FLAG 0x1
#define DSDB_METADATA_SCHEMA_SEQ_NUM "SCHEMA_SEQ_NUM"