r23232: Add in some extra files required by the new provision-backend.
authorAndrew Bartlett <abartlet@samba.org>
Tue, 29 May 2007 23:24:42 +0000 (23:24 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:53:04 +0000 (14:53 -0500)
(sorry for breaking the build)

Andrew Bartlett

source/setup/DB_CONFIG
source/setup/modules.conf [new file with mode: 0644]

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..3198e17b14809588f7d2c3d4b8ffbaacd867b898 100644 (file)
@@ -0,0 +1,23 @@
+# Set the database in memory cache size.
+#
+set_cachesize   0       524288        0
+
+
+#
+# Set database flags (this is a test environment, we don't need to fsync()).
+#              
+set_flags       DB_TXN_NOSYNC
+
+#
+ 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
diff --git a/source/setup/modules.conf b/source/setup/modules.conf
new file mode 100644 (file)
index 0000000..c90dab7
--- /dev/null
@@ -0,0 +1 @@
+#OpenLDAP modules configuration file for ${REALM}