steffen: server/kolabd/kolabd/templates resmgr.conf.template, 1.6, 1.7

cvs at intevation.de cvs at intevation.de
Fri Jun 17 16:40:30 CEST 2005


Author: steffen

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

Modified Files:
	resmgr.conf.template 
Log Message:
Issue791: Using https for fb seems to cause no ill effects

Index: resmgr.conf.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- resmgr.conf.template	10 Jun 2005 23:54:37 -0000	1.6
+++ resmgr.conf.template	17 Jun 2005 14:40:28 -0000	1.7
@@ -64,10 +64,10 @@
 $params['calendar_store'] = 'Calendar';
 
 // Where can we get free/busy information from?
-$params['freebusy_url'] = 'http://@@@fqdnhostname@@@/freebusy/${USER}.xfb';
+$params['freebusy_url'] = 'https://@@@fqdnhostname@@@/freebusy/${USER}.xfb';
  
 // PFB url to trigger creation of pfb
-$params['pfb_trigger_url'] = 'http://@@@fqdnhostname@@@/freebusy/trigger/${USER}/${FOLDER}.xpfb';
+$params['pfb_trigger_url'] = 'https://@@@fqdnhostname@@@/freebusy/trigger/${USER}/${FOLDER}.xpfb';
 
 // Where are we logging to?
 $params['log'] = 'file:@l_prefix@/var/resmgr/resmgr.log';                // File...





More information about the commits mailing list