summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/samdb.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-01-06 19:34:14 +1100
committerAndrew Tridgell <tridge@samba.org>2010-01-08 13:03:02 +1100
commitb1f97b7e60b68429f0a9c12de9cd1cf24b2d8d35 (patch)
tree22cb81f5cf54fc32b93b44820dc8064921cf421f /source4/dsdb/samdb/samdb.h
parent2590b7795d38728f53f795c2b60b32ace9ca5c4b (diff)
downloadsamba-b1f97b7e60b68429f0a9c12de9cd1cf24b2d8d35.tar.gz
samba-b1f97b7e60b68429f0a9c12de9cd1cf24b2d8d35.tar.bz2
samba-b1f97b7e60b68429f0a9c12de9cd1cf24b2d8d35.zip
s4-dsdb: added an extended operation for allocating a new RID pool
This will be called by getncchanges when a client asks for a DRSUAPI_EXOP_FSMO_RID_ALLOC operation Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/samdb/samdb.h')
-rw-r--r--source4/dsdb/samdb/samdb.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h
index a05aa00f7a..6df30b2904 100644
--- a/source4/dsdb/samdb/samdb.h
+++ b/source4/dsdb/samdb/samdb.h
@@ -142,4 +142,12 @@ struct dsdb_extended_dn_store_format {
#define DSDB_OPAQUE_PARTITION_MODULE_MSG_OPAQUE_NAME "DSDB_OPAQUE_PARTITION_MODULE_MSG"
+/* this takes a struct dsdb_fsmo_extended_op */
+#define DSDB_EXTENDED_ALLOCATE_RID_POOL "1.3.6.1.4.1.7165.4.4.5"
+
+struct dsdb_fsmo_extended_op {
+ uint64_t fsmo_info;
+ struct GUID destination_dsa_guid;
+};
+
#endif /* __SAMDB_H__ */