summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/samdb.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-09-27 02:27:54 +0200
committerStefan Metzmacher <metze@samba.org>2008-09-29 04:15:11 +0200
commitee2bcfacdf32b0c55c6a78ae1ad7b55699611d1b (patch)
treebeea7055dd44caa69024cd1efdcee9f0391a9b6c /source4/dsdb/samdb/samdb.h
parenta9a59f5f3d7f82a8065424310d3b32d796a43e75 (diff)
downloadsamba-ee2bcfacdf32b0c55c6a78ae1ad7b55699611d1b.tar.gz
samba-ee2bcfacdf32b0c55c6a78ae1ad7b55699611d1b.tar.bz2
samba-ee2bcfacdf32b0c55c6a78ae1ad7b55699611d1b.zip
s4:dsdb: passdown DSDB_CONTROL_REPLICATED_UPDATE_OID for replicated updates
We need to make sure replicated updates are handled differently in some situations, e.g. we should bypass the schema checks. metze
Diffstat (limited to 'source4/dsdb/samdb/samdb.h')
-rw-r--r--source4/dsdb/samdb/samdb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h
index f24a75fd8f..93068d66ef 100644
--- a/source4/dsdb/samdb/samdb.h
+++ b/source4/dsdb/samdb/samdb.h
@@ -56,6 +56,9 @@ struct dsdb_control_current_partition {
struct ldb_module *module;
};
+#define DSDB_CONTROL_REPLICATED_UPDATE_OID "1.3.6.1.4.1.7165.4.3.3"
+/* DSDB_CONTROL_REPLICATED_UPDATE_OID has NULL data */
+
#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;