gunnar: server/kolabd/kolabd/templates resmgr.conf.template.in, 1.30, 1.31

cvs at kolab.org cvs at kolab.org
Thu Nov 13 07:44:11 CET 2008


Author: gunnar

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

Modified Files:
	resmgr.conf.template.in 
Log Message:
Fix the handling of the free/busy server for the newer Kolab_Filter package.

Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- resmgr.conf.template.in	8 Nov 2008 12:15:31 -0000	1.30
+++ resmgr.conf.template.in	13 Nov 2008 06:44:09 -0000	1.31
@@ -152,10 +152,7 @@
 $conf['kolab']['filter']['calendar_store'] = 'Calendar';
 
 /* Where can we get free/busy information from? */
-$conf['kolab']['filter']['freebusy_url'] = 'https://@@@fqdnhostname@@@@webserver_web_prefix@/freebusy/${USER}.xfb';
- 
-/* PFB url to trigger creation of pfb */
-$conf['kolab']['filter']['pfb_trigger_url'] = 'https://@@@fqdnhostname@@@@webserver_web_prefix@/freebusy/trigger/${USER}/${FOLDER}.pfb';
+$conf['kolab']['freebusy']['server']  = 'https://@@@fqdnhostname@@@/freebusy';
 
 /* Temporary data storage for the scripts */
 $conf['kolab']['filter']['tempdir'] = '@resmgr_tmpdir@';





More information about the commits mailing list