[Kolab-devel] [issue2911] Change comments around the idletimeout definiton in the file templates/slapd.conf.template.in
Richard Bos
kolab-issues at intevation.de
Fri Jul 18 16:08:23 CEST 2008
New submission from Richard Bos <ml at radoeka.nl>:
For kolab/issue 1755 a patch was provided to resolv that particular issue.
This issue is opened to better track the progress for this particular small
issue.
A chunk in that patch changes the comment formatting
The msg number in issue 1755 is:
https://www.intevation.de/roundup/kolab/msg15791 and look for idle time out.
This is just a formatting thing. It concerns the file
templates/slapd.conf.template.in:
@@ -49,9 +50,9 @@
checkpoint 512 5
idlcachesize 10000
idletimeout 300
- # The idletimeout can be increased if some clients develop
- # problems. Please report to kolab-devel at kolab.org
- # if you encounter such a client.
+# The idletimeout can be increased if some clients develop
+# problems. Please report to kolab-devel at kolab.org
+# if you encounter such a client.
I think it should even be:
@@ -49,9 +50,9 @@
checkpoint 512 5
idlcachesize 10000
+# The idletimeout can be increased if some clients develop
+# problems. Please report to kolab-devel at kolab.org
+# if you encounter such a client.
idletimeout 300
- # The idletimeout can be increased if some clients develop
- # problems. Please report to kolab-devel at kolab.org
- # if you encounter such a client.
----------
messages: 15811
nosy: bernhard, mathieu.parent, rbos, thomas, wilde, wrobel
priority: minor bug
status: unread
title: Change comments around the idletimeout definiton in the file templates/slapd.conf.template.in
topic: server
___________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://www.intevation.de/roundup/kolab/issue2911>
___________________________________________________
More information about the devel
mailing list