svn commit: samba r23232 - in branches/SAMBA_4_0/source/setup: .

abartlet at samba.org abartlet at samba.org
Tue May 29 23:24:43 GMT 2007


Author: abartlet
Date: 2007-05-29 23:24:42 +0000 (Tue, 29 May 2007)
New Revision: 23232

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23232

Log:
Add in some extra files required by the new provision-backend.

(sorry for breaking the build)

Andrew Bartlett

Added:
   branches/SAMBA_4_0/source/setup/modules.conf
Modified:
   branches/SAMBA_4_0/source/setup/DB_CONFIG


Changeset:
Modified: branches/SAMBA_4_0/source/setup/DB_CONFIG
===================================================================
--- branches/SAMBA_4_0/source/setup/DB_CONFIG	2007-05-29 21:50:17 UTC (rev 23231)
+++ branches/SAMBA_4_0/source/setup/DB_CONFIG	2007-05-29 23:24:42 UTC (rev 23232)
@@ -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

Added: branches/SAMBA_4_0/source/setup/modules.conf
===================================================================
--- branches/SAMBA_4_0/source/setup/modules.conf	2007-05-29 21:50:17 UTC (rev 23231)
+++ branches/SAMBA_4_0/source/setup/modules.conf	2007-05-29 23:24:42 UTC (rev 23232)
@@ -0,0 +1 @@
+#OpenLDAP modules configuration file for ${REALM}



More information about the samba-cvs mailing list