From c59f00805cb06f3cb90d89690e142006658972d3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 2 Oct 2009 10:28:29 +1000 Subject: s4:dsdb Rework modules create new partitions at runtime This is done by passing an extended operation to the partitions module to extend the @PARTITION record and to extend the in-memory list of partitions. This also splits things up into module parts that belong above and below repl_meta_data Also slit the partitions module into two files due to the complexity of the code Andrew Barltett --- source4/setup/provision_partitions.ldif | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source4/setup/provision_partitions.ldif') diff --git a/source4/setup/provision_partitions.ldif b/source4/setup/provision_partitions.ldif index 93fea6bc2d..5a18f98b0d 100644 --- a/source4/setup/provision_partitions.ldif +++ b/source4/setup/provision_partitions.ldif @@ -1,13 +1,12 @@ dn: @PARTITION -partition: ${SCHEMADN}:${SCHEMADN_LDB} -partition: ${CONFIGDN}:${CONFIGDN_LDB} -partition: ${DOMAINDN}:${DOMAINDN_LDB} replicateEntries: @ATTRIBUTES replicateEntries: @INDEXLIST replicateEntries: @OPTIONS modules:${SCHEMADN}:${SCHEMADN_MOD},${BACKEND_MOD} modules:${CONFIGDN}:${CONFIGDN_MOD},${BACKEND_MOD} modules:${DOMAINDN}:${DOMAINDN_MOD},${BACKEND_MOD} +modules:*:${BACKEND_MOD} +${LDAP_BACKEND_LINE} dn: @MODULES @LIST: ${MODULES_LIST}${TDB_MODULES_LIST},${MODULES_LIST2} -- cgit