From e297af00fad2032e79f1889fd6d2713932249bb0 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 20 Nov 2009 12:16:33 +1100 Subject: s4:provision Simplify the module list This makes the member server much more like the DC, the objectGUID module replaces the repl_meta_data module. We also generally rework the construction of the list, building a full list in python, and then transforming it into a string, rather than playing string concatonation games Andrew Bartlett --- source4/setup/provision_partitions.ldif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/setup') diff --git a/source4/setup/provision_partitions.ldif b/source4/setup/provision_partitions.ldif index 5a18f98b0d..294b33c31e 100644 --- a/source4/setup/provision_partitions.ldif +++ b/source4/setup/provision_partitions.ldif @@ -9,4 +9,4 @@ modules:*:${BACKEND_MOD} ${LDAP_BACKEND_LINE} dn: @MODULES -@LIST: ${MODULES_LIST}${TDB_MODULES_LIST},${MODULES_LIST2} +@LIST: ${MODULES_LIST} -- cgit