martin: server/kolabd/kolabd/templates freebusy.conf.template.in, 1.4, 1.5

cvs at kolab.org cvs at kolab.org
Thu Jan 25 22:49:57 CET 2007


Author: martin

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

Modified Files:
	freebusy.conf.template.in 
Log Message:
Martin Konold: Merged in the newer stuff from the freebusy tree.


Index: freebusy.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/freebusy.conf.template.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- freebusy.conf.template.in	1 Nov 2006 14:00:07 -0000	1.4
+++ freebusy.conf.template.in	25 Jan 2007 21:49:55 -0000	1.5
@@ -44,10 +44,10 @@
 // does not supply credentials? This account should
 // have access to the calendar mailbox of all the users for which free/busy
 // information is to be retrieved.
-//$params['calendar_user'] = '@ @@cyrus-admins@@@';
+$params['calendar_user'] = '@@@cyrus-admins@@@';
 
 // What password should we use with the above account?
-//$params['calendar_pass'] = '@ @@bind_pw@@@';
+$params['calendar_pass'] = '@@@bind_pw@@@';
 
 // What is the name of the users' calendar mailbox?
 $params['calendar_store'] = 'Calendar';
@@ -81,21 +81,25 @@
 $params['send_content_disposition'] = false;
 
 // Where are we logging to?
-$params['log'] = 'file:@freebusy_logfile@';                // File...
+$params['log'] = 'file:@freebusy_logfile@';        // File...
 // $params['log'] = 'syslog:cons, pid';            // Or syslog...
 
 // What level of output should we log? Higher levels give more verbose output.
 // One of: 0 (RM_LOG_SILENT); 1 (RM_LOG_ERROR); 2 (RM_LOG_WARN); 3 (RM_LOG_INFO) or 4 (RM_LOG_DEBUG).
 $params['log_level'] = 4;
 
+// What db type to use for freebusy caches
+$params['dbtype'] = 'gdbm';
+
 // IMAP options passed to imap_open
 //$params['imap_options'] = "/notls/secure/readonly";
 $params['imap_options'] = "/notls/readonly";
 
-$params['pfb_dbformat'] = "";          // default: gdbm
+$params['pfb_dbformat'] = 'gdbm';          // default: gdbm
 
 // Location of the cache files
 $params['cache_dir'] = '@freebusy_cachedir@';
 
 // don't change this if you don't have to
-//$params['ldap_classname_suffix'] = "_dummy";
+$params['ldap_uri'] = "";
+$params['ldap_classname_suffix'] = "_dummy";





More information about the commits mailing list