From 401ba9c9cf357d6b420a7401fc1a915871d96f8d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 23 Nov 2009 20:30:35 +1100 Subject: s4:dsdb Move module configuration from each ldb into samba_dsdb.c This makes getting the module order correct, the obligation of Samba4 developers, and not system administrators. In particular, once an ldb is updated to use only the 'samba_dsdb' module, no further changes to the ldb should be required when upgrading to later Samba4 versions. (thanks to metze for the suggestion of samba_dsdb as a long-term stable name for the module) Andrew Bartlett --- source4/dsdb/samdb/samdb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/dsdb/samdb/samdb.h') diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h index 33f4fd38310..a05aa00f7ac 100644 --- a/source4/dsdb/samdb/samdb.h +++ b/source4/dsdb/samdb/samdb.h @@ -140,4 +140,6 @@ struct dsdb_extended_dn_store_format { bool store_extended_dn_in_ldb; }; +#define DSDB_OPAQUE_PARTITION_MODULE_MSG_OPAQUE_NAME "DSDB_OPAQUE_PARTITION_MODULE_MSG" + #endif /* __SAMDB_H__ */ -- cgit