wilde: server/kolabd/kolabd/templates freebusy.conf.template.in, 1.5, 1.6

cvs at kolab.org cvs at kolab.org
Mon Feb 5 18:23:13 CET 2007


Author: wilde

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

Modified Files:
	freebusy.conf.template.in 
Log Message:
Fix: Freebusy was broken after merge of the configuration files.
Just kept the gdbm specific settings, reverted the obscure rest.


Index: freebusy.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/freebusy.conf.template.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- freebusy.conf.template.in	25 Jan 2007 21:49:55 -0000	1.5
+++ freebusy.conf.template.in	5 Feb 2007 17:23:11 -0000	1.6
@@ -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,7 +81,7 @@
 $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.
@@ -101,5 +101,4 @@
 $params['cache_dir'] = '@freebusy_cachedir@';
 
 // don't change this if you don't have to
-$params['ldap_uri'] = "";
-$params['ldap_classname_suffix'] = "_dummy";
+//$params['ldap_classname_suffix'] = "_dummy";





More information about the commits mailing list