martin: server/kolabd/kolabd/templates DB_CONFIG.slapd.template, 1.1, 1.2 slapd.conf.template, 1.9, 1.10

cvs at intevation.de cvs at intevation.de
Tue May 31 00:29:54 CEST 2005


Author: martin

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv20581

Modified Files:
	DB_CONFIG.slapd.template slapd.conf.template 
Log Message:
Martin Konold: Added enhancements according to emails from Dieter K.


Index: DB_CONFIG.slapd.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/DB_CONFIG.slapd.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DB_CONFIG.slapd.template	3 May 2005 11:55:42 -0000	1.1
+++ DB_CONFIG.slapd.template	30 May 2005 22:29:52 -0000	1.2
@@ -8,4 +8,4 @@
 # file mode 0640
 
 set_cachesize   0       26214400        1
-set_tmp_dir /dev/shm
\ No newline at end of file
+set_tmp_dir /dev/shm

Index: slapd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/slapd.conf.template,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- slapd.conf.template	26 May 2005 06:29:48 -0000	1.9
+++ slapd.conf.template	30 May 2005 22:29:52 -0000	1.10
@@ -1,5 +1,5 @@
 # (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
-# (c) 2004 Martin Konold <martin.konold at erfrakon.de>
+# (c) 2003-2005 Martin Konold <martin.konold at erfrakon.de>
 # (c) 2003 Achim Frank <achim.frank at erfrakon.de>
 # This program is Free Software under the GNU General Public License (>=v2).
 # Read the file COPYING that comes with this packages for details.
@@ -38,7 +38,11 @@
 loglevel	0
 
 database	bdb
-checkpoint 	128 10
+cachesize       2000
+checkpoint 	512 10
+idlcachesize    10000
+idletimeout     10 # The value can be increased if some clients develop problems.
+                   # Please report to kolab-devel at kolab.org if you encounter such a client.
 
 suffix		"@@@base_dn@@@"
 directory	@l_prefix@/var/openldap/openldap-data
@@ -46,8 +50,6 @@
 rootdn          "@@@bind_dn@@@"
 rootpw          "@@@bind_pw_hash@@@"
 
-idletimeout     10
-
 replica uri=ldap://127.0.0.1:9999
         binddn="cn=replicator"
         bindmethod=simple 
@@ -62,8 +64,6 @@
 index   givenName       approx,sub,pres,eq
 index   kolabHomeServer pres,eq
 index   member          pres,eq
-
-idlcachesize       10000
 
 access to attr=userPassword
    	by group/kolabGroupOfNames="cn=admin,cn=internal,@@@base_dn@@@" =wx





More information about the commits mailing list