steffen: server/kolab/kolab/templates resmgr.conf.template, 1.8, 1.9

cvs at intevation.de cvs at intevation.de
Thu Sep 30 01:04:46 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab/kolab/templates
In directory doto:/tmp/cvs-serv18319/kolab/templates

Modified Files:
	resmgr.conf.template 
Log Message:
adapt to new fb urls

Index: resmgr.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/resmgr.conf.template,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- resmgr.conf.template	14 Sep 2004 22:09:36 -0000	1.8
+++ resmgr.conf.template	29 Sep 2004 23:04:44 -0000	1.9
@@ -43,7 +43,10 @@
 $params['calendar_store'] = 'Calendar';
 
 // Where can we get free/busy information from?
-$params['freebusy_url'] = 'http://@@@fqdnhostname@@@/freebusy/freebusy.php?x=0&uid=${USER}';
+$params['freebusy_url'] = 'http://@@@fqdnhostname@@@/freebusy/${USER}.ifb';
+ 
+// PFB url to trigger creation of pfb
+$params['pfb_trigger_url'] = 'http://@@@fqdnhostname@@@/freebusy/trigger/${USER}/Calendar.pfb';
 
 // Where are we logging to?
 $params['log'] = 'file:@l_prefix@/var/resmgr/resmgr.log';                // File...





More information about the commits mailing list