wilde: server/kolabd/kolabd/templates resmgr.conf.template.in, 1.22, 1.23

cvs at kolab.org cvs at kolab.org
Thu Mar 13 17:56:50 CET 2008


Author: wilde

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

Modified Files:
	resmgr.conf.template.in 
Log Message:
Fix: use https for fb-look-ups by resmgr.
(resmgr didn't work when "FreeBusy Service via HTTP" was disabled)


Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- resmgr.conf.template.in	11 Feb 2008 16:46:51 -0000	1.22
+++ resmgr.conf.template.in	13 Mar 2008 16:56:48 -0000	1.23
@@ -148,7 +148,7 @@
 $conf['filter']['calendar_store'] = 'Calendar';
 
 /* Where can we get free/busy information from? */
-$conf['filter']['freebusy_url'] = 'http://@@@fqdnhostname@@@@webserver_web_prefix@/freebusy/${USER}.xfb';
+$conf['filter']['freebusy_url'] = 'https://@@@fqdnhostname@@@@webserver_web_prefix@/freebusy/${USER}.xfb';
  
 /* PFB url to trigger creation of pfb */
 $conf['filter']['pfb_trigger_url'] = 'https://@@@fqdnhostname@@@@webserver_web_prefix@/freebusy/trigger/${USER}/${FOLDER}.xpfb';





More information about the commits mailing list