steffen: server/kolab-resource-handlers/kolab-resource-handlers/freebusy freebusy.conf, 1.3, 1.4

cvs at kolab.org cvs at kolab.org
Fri Mar 2 05:39:42 CET 2007


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy
In directory doto:/tmp/cvs-serv28084

Modified Files:
	freebusy.conf 
Log Message:
conf example updated

Index: freebusy.conf
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/freebusy.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- freebusy.conf	25 Oct 2006 02:28:57 -0000	1.3
+++ freebusy.conf	2 Mar 2007 04:39:40 -0000	1.4
@@ -64,7 +64,7 @@
 $params['send_content_disposition'] = false;
 
 // What db type to use for freebusy caches 
-$params['dbtype'] = 'gdbm';
+$params['dbtype'] = 'db4';
 
 // Logging
 $params['log'] = "syslog:";
@@ -77,7 +77,7 @@
 $params['kolab_prefix'] = "";
 $params['cache_dir'] = "/datastore/freebusy";          // default: /var/kolab/www/freebusy/cache
 
-$params['pfb_dbformat'] = "";          // default: gdbm
+$params['pfb_dbformat'] = "db4";
 
 // don't change this if you don't have to
 +$params['ldap_uri'] = "";





More information about the commits mailing list