diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-11-20 12:16:33 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-11-23 14:15:06 +0100 |
commit | e297af00fad2032e79f1889fd6d2713932249bb0 (patch) | |
tree | 809954636ba6aff956a55a5996879849ff64c7cc /source4/setup | |
parent | 83b41aa959d1c71b26f7e9c327b5956ddfe0a267 (diff) | |
download | samba-e297af00fad2032e79f1889fd6d2713932249bb0.tar.gz samba-e297af00fad2032e79f1889fd6d2713932249bb0.tar.bz2 samba-e297af00fad2032e79f1889fd6d2713932249bb0.zip |
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
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/provision_partitions.ldif | 2 |
1 files changed, 1 insertions, 1 deletions
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} |