[pkg-kolab] r322 - trunk/kolabd/debian

Noel Koethe noel at costa.debian.org
Mon Feb 20 08:30:04 UTC 2006


Author: noel
Date: 2006-02-20 08:30:04 +0000 (Mon, 20 Feb 2006)
New Revision: 322

Modified:
   trunk/kolabd/debian/README.Debian
Log:
add logging options to freebusy.conf

Modified: trunk/kolabd/debian/README.Debian
===================================================================
--- trunk/kolabd/debian/README.Debian	2006-02-20 08:16:47 UTC (rev 321)
+++ trunk/kolabd/debian/README.Debian	2006-02-20 08:30:04 UTC (rev 322)
@@ -410,11 +410,15 @@
 
 configure in /etc/kolab/freebusy.conf the options:
 
-$params['server'] = 'kolabserver';
+$params['server'] = 'kolabserver.example.com';
 $params['ldap_uri'] = 'ldap://127.0.0.1:389';
 $params['base_dn'] = 'dc=example,dc=com';
 $params['bind_dn'] = 'cn=nobody,cn=internal,dc=example,dc=com';
 $params['bind_pw'] = 'PASSWORD';
+$params['log'] = 'file:/var/log/kolab/freebusy.log';
+// What level of output should we log? Higher levels give more verbose output.
+// One of: RM_LOG_SILENT; RM_LOG_ERROR; RM_LOG_WARN; RM_LOG_INFO or RM_LOG_DEBUG.
+$params['log_level'] = RM_LOG_DEBUG;
 
 we need some files from Horde and the easiest way is to create this link:
 




More information about the pkg-kolab-devel mailing list