[pkg-kolab] r289 - trunk/kolabd/debian

Noel Koethe noel at costa.debian.org
Wed Feb 8 12:50:36 UTC 2006


Author: noel
Date: 2006-02-08 12:50:36 +0000 (Wed, 08 Feb 2006)
New Revision: 289

Modified:
   trunk/kolabd/debian/README.Debian
Log:
add /etc/kolab/freebusy.conf config

Modified: trunk/kolabd/debian/README.Debian
===================================================================
--- trunk/kolabd/debian/README.Debian	2006-02-08 12:07:45 UTC (rev 288)
+++ trunk/kolabd/debian/README.Debian	2006-02-08 12:50:36 UTC (rev 289)
@@ -396,8 +396,19 @@
 $params['calendar_pass'] = 'PASSWORD';
 $params['freebusy_url'] = 'https://server.example.com/freebusy/${USER}.xfb';
 
+-----------------------------------------------------------------------------------------
 
+8. FreeBusy
+-----------
 
+configure in /etc/kolab/freebusy.conf the options:
+
+$params['server'] = 'kolabserver';
+$params['ldap_uri'] = 'ldap://127.0.0.1:389';
+$params['base_dn'] = 'dc=example,dc=com';
+$params['bind_dn'] = 'cn=nobody,cn=internal,dc=example,dc=com';
+$params['bind_pw'] = 'PASSWORD';
+
 -----------------------------------------------------------------------------------------
 
 8. Apache and PHP




More information about the pkg-kolab-devel mailing list