gunnar: server/kolab-filter/filter config.php,1.10,1.11

cvs at kolab.org cvs at kolab.org
Mon Dec 3 09:43:38 CET 2007


Author: gunnar

Update of /kolabrepository/server/kolab-filter/filter
In directory doto:/tmp/cvs-serv10806/kolab-filter/filter

Modified Files:
	config.php 
Log Message:
kolab-filter configuration file fixes as suggested by Richard Bos.

Index: config.php
===================================================================
RCS file: /kolabrepository/server/kolab-filter/filter/config.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- config.php	29 Nov 2007 14:15:03 -0000	1.10
+++ config.php	3 Dec 2007 08:43:35 -0000	1.11
@@ -118,7 +118,7 @@
 $conf['filter']['calendar_pass'] = 'zyx';
 
 /* Filename of private key used to decrypt password from LDAP */
-$conf['filter']['priv_key_file'] = '@sysconfdir@/kolab/res_priv.pem';
+$conf['filter']['priv_key_file'] = '/etc/kolab/res_priv.pem';
 
 /* What is the name of the users' calendar mailbox?  This is only used
  * when the user does not already have a primary calendar folder
@@ -127,10 +127,10 @@
 $conf['filter']['calendar_store'] = 'Calendar';
 
 /* Where can we get free/busy information from? */
-$conf['filter']['freebusy_url'] = 'http://kolab.example.com/freebusy/${USER}.xfb';
+$conf['filter']['freebusy_url'] = 'http://localhost/freebusy/${USER}.xfb';
  
 /* PFB url to trigger creation of pfb */
-$conf['filter']['pfb_trigger_url'] = 'http://@@@fqdnhostname@@@/freebusy/trigger/${USER}/${FOLDER}.xpfb';
+$conf['filter']['pfb_trigger_url'] = 'https://localhost/freebusy/trigger/${USER}/${FOLDER}.xpfb';
 
 /* Temporary data storage for the scripts */
 $conf['filter']['tempdir'] = '';





More information about the commits mailing list