martin: server/kolabd/kolabd/templates slapd.conf.template, 1.8, 1.9

cvs at intevation.de cvs at intevation.de
Thu May 26 08:29:50 CEST 2005


Author: martin

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

Modified Files:
	slapd.conf.template 
Log Message:
Martin Konold:
- decreased idle timeout (D. Kluenther)
- increased idlcachesize (D. Kluenther)
- added inxeding for givenName (Andreas Gungl)




Index: slapd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/slapd.conf.template,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- slapd.conf.template	3 May 2005 11:55:42 -0000	1.8
+++ slapd.conf.template	26 May 2005 06:29:48 -0000	1.9
@@ -39,13 +39,14 @@
 
 database	bdb
 checkpoint 	128 10
+
 suffix		"@@@base_dn@@@"
 directory	@l_prefix@/var/openldap/openldap-data
 
 rootdn          "@@@bind_dn@@@"
 rootpw          "@@@bind_pw_hash@@@"
 
-idletimeout     25
+idletimeout     10
 
 replica uri=ldap://127.0.0.1:9999
         binddn="cn=replicator"
@@ -58,10 +59,11 @@
 index   alias           approx,sub,pres,eq
 index   cn              approx,sub,pres,eq
 index   sn              approx,sub,pres,eq
+index   givenName       approx,sub,pres,eq
 index   kolabHomeServer pres,eq
 index   member          pres,eq
 
-idlcachesize       2000
+idlcachesize       10000
 
 access to attr=userPassword
    	by group/kolabGroupOfNames="cn=admin,cn=internal,@@@base_dn@@@" =wx





More information about the commits mailing list