From a2a4aba5fd7a2ec0a7131f32c8bccd5dbe04e1f1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 3 Dec 2007 05:51:04 +0100 Subject: r26245: Make it easier to handle the LDAP backend, with it's differing needs, by seperating the modules list into parts. That way, we can remove the modules that the backend will provide. Andrew Bartlett (This used to be commit d67e5c7896f6d3064298897ae4d3204498824b06) --- source4/setup/provision_partitions.ldif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/setup/provision_partitions.ldif') diff --git a/source4/setup/provision_partitions.ldif b/source4/setup/provision_partitions.ldif index 674e16713d..fb8bc7f595 100644 --- a/source4/setup/provision_partitions.ldif +++ b/source4/setup/provision_partitions.ldif @@ -10,4 +10,4 @@ modules:${CONFIGDN}:${CONFIGDN_MOD}${CONFIGDN_MOD2} modules:${DOMAINDN}:${DOMAINDN_MOD}${DOMAINDN_MOD2} dn: @MODULES -@LIST: ${MODULES_LIST} +@LIST: ${MODULES_LIST}${TDB_MODULES_LIST},${MODULES_LIST2} -- cgit