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 | 2101400af2e5e1b72a5d51e83f005f62bec1f482 (patch) | |
tree | 71cd16442947f3df63ba075e067e02252b9cb351 | |
parent | ddea8564901f5aa1a25cd84713bf86a2ce95bc07 (diff) | |
download | samba-2101400af2e5e1b72a5d51e83f005f62bec1f482.tar.gz samba-2101400af2e5e1b72a5d51e83f005f62bec1f482.tar.xz 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>
-rw-r--r-- | source4/dsdb/samdb/samdb.h | 12 | ||||
-rw-r--r-- | source4/setup/schema_samba4.ldif | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h index 6ee97dad193..7605c65cdd7 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" diff --git a/source4/setup/schema_samba4.ldif b/source4/setup/schema_samba4.ldif index 38dba77b73d..94aedb099d8 100644 --- a/source4/setup/schema_samba4.ldif +++ b/source4/setup/schema_samba4.ldif @@ -205,6 +205,7 @@ #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 ############ |