steffen: server/kolabd/kolabd/templates main.cf.template, 1.3, 1.4 slapd.conf.template, 1.3, 1.4

cvs at intevation.de cvs at intevation.de
Fri Jan 14 16:58:27 CET 2005


Author: steffen

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

Modified Files:
	main.cf.template slapd.conf.template 
Log Message:
Fix for Issue616 (policy...)

Index: main.cf.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/main.cf.template,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- main.cf.template	10 Jan 2005 21:15:58 -0000	1.3
+++ main.cf.template	14 Jan 2005 15:58:25 -0000	1.4
@@ -112,6 +112,7 @@
 	reject_unauth_destination, check_policy_service unix:private/kolabpolicy
 smtpd_sender_restrictions = permit_mynetworks, check_policy_service unix:private/kolabpolicy
 kolabpolicy_time_limit = 3600
+kolabpolicy_max_idle = 20
 
 #smtpd_restriction_classes =
 smtpd_sasl_auth_enable = yes

Index: slapd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/slapd.conf.template,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- slapd.conf.template	9 Jan 2005 19:51:18 -0000	1.3
+++ slapd.conf.template	14 Jan 2005 15:58:25 -0000	1.4
@@ -45,7 +45,7 @@
 rootdn          "@@@bind_dn@@@"
 rootpw          "@@@bind_pw_hash@@@"
 
-idletimeout     5
+idletimeout     25
 
 replica uri=ldap://127.0.0.1:9999
         binddn="cn=replicator"





More information about the commits mailing list