summaryrefslogtreecommitdiff
path: root/source4/setup/DB_CONFIG
diff options
context:
space:
mode:
authorOliver Liebel <oliver@itc.li>2009-02-24 11:37:58 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-02-24 21:34:44 +1100
commit31f2cddcf5886b0a78290fdfa609a2ee63bda5ad (patch)
treeec311efac147bedf11db908b621601158a47a11b /source4/setup/DB_CONFIG
parent00173c6ce6e6aa394acc0685827b0b9fb1faf45c (diff)
downloadsamba-31f2cddcf5886b0a78290fdfa609a2ee63bda5ad.tar.gz
samba-31f2cddcf5886b0a78290fdfa609a2ee63bda5ad.tar.bz2
samba-31f2cddcf5886b0a78290fdfa609a2ee63bda5ad.zip
Added mmr and olc to the OpenLDAP backend provisioning-scripts
These extensions add mmr (multi-master-replication) and olc (openldap-online-configuration) capabilities to the provisioning-scripts (provision-backend and provision.py), for use with the openldap-backend (only versions >=2.4.15!). Changes / additions made to the provision-backend -script: added new command-line-options: --ol-mmr-urls=<list of whitespace separated ldap-urls> for use with mmr (can be combined with --ol-olc=yes), --ol-olc=[yes/no] (activate automatic conversion from static slapd.conf to olc), --ol-slaptest=<path to slaptest binary> (needed in conjunction with --ol-olc=yes) Changes / additions made to the provision.py -script: added extensions, that will automatically generate the chosen mmr and/or olc setup for the openldap backend, according to the to chosen parameters set in the provision-backend script Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/setup/DB_CONFIG')
-rw-r--r--source4/setup/DB_CONFIG11
1 files changed, 0 insertions, 11 deletions
diff --git a/source4/setup/DB_CONFIG b/source4/setup/DB_CONFIG
index b4d2bfa868..74bb09d800 100644
--- a/source4/setup/DB_CONFIG
+++ b/source4/setup/DB_CONFIG
@@ -1,17 +1,6 @@
-#
-# Set the database in memory cache size.
-#
set_cachesize 0 524288 0
-
-#
-# Set log values.
-#
set_lg_regionmax 104857
set_lg_max 1048576
set_lg_bsize 209715
set_lg_dir ${LDAPDBDIR}/bdb-logs
-
-#
-# Set temporary file creation directory.
-#
set_tmp_dir ${LDAPDBDIR}/tmp