From 2101400af2e5e1b72a5d51e83f005f62bec1f482 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 22 Nov 2012 17:42:32 +0100 Subject: s4:dsdb: define DSDB_EXTENDED_SEC_DESC_PROPAGATION_OID Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source4/dsdb/samdb/samdb.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'source4/dsdb/samdb/samdb.h') 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" -- cgit