[pkg-kolab] r552 - kolabd/trunk/debian
Peter Eisentraut
petere at alioth.debian.org
Sun Dec 10 19:20:44 CET 2006
Author: petere
Date: 2006-12-10 19:20:44 +0100 (Sun, 10 Dec 2006)
New Revision: 552
Modified:
kolabd/trunk/debian/README.Debian
Log:
Improve formatting
Modified: kolabd/trunk/debian/README.Debian
===================================================================
--- kolabd/trunk/debian/README.Debian 2006-12-08 18:51:01 UTC (rev 551)
+++ kolabd/trunk/debian/README.Debian 2006-12-10 18:20:44 UTC (rev 552)
@@ -381,7 +381,7 @@
7. Resource Manager
-------------------
-configure in /etc/kolab/resmgr.conf the options:
+Configure in /etc/kolab/resmgr.conf the options:
$params['server'] = 'kolabserver.example.com';
$params['email_domain'] = 'example.com';
@@ -393,38 +393,36 @@
$params['calendar_pass'] = 'PASSWORD';
$params['freebusy_url'] = 'https://server.example.com/freebusy/${USER}.xfb';
-remember to change PASSWORD to the nobody password
-(with the example .ldif nobody password is "kaat3fzKggQoSbURkaQCIDrWvL1MamtMXM309TBR")
+Remember to change PASSWORD to the nobody password. (With the example
+.ldif the nobody password is
+"kaat3fzKggQoSbURkaQCIDrWvL1MamtMXM309TBR".)
-----------------------------------------------------------------------------------------
-8. FreeBusy
------------
+8. Free/Busy
+------------
-configure in /etc/kolab/freebusy.conf the options:
+Configure in /etc/kolab/freebusy.conf the options:
$params['server'] = 'kolabserver.example.com';
$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';
-$params['log'] = 'file:/var/log/kolab/freebusy.log';
-// What level of output should we log? Higher levels give more verbose output.
-// One of: RM_LOG_SILENT; RM_LOG_ERROR; RM_LOG_WARN; RM_LOG_INFO or RM_LOG_DEBUG.
-$params['log_level'] = RM_LOG_DEBUG;
-we need some files from Horde and the easiest way is to create this link:
+We need some files from Horde, and the easiest way is to create this
+link:
# ln -sf /usr/share/horde3/lib/Horde /usr/share/php/
-If you are runing horde < 3.1 (e.g. horde 3.0 in sarge) you need to
-patch an iCal file from horde.
-FreeBusy uses functions from Horde to parse the XML parts in the calendar
-emails.
+If you are runing Horde < 3.1 (e.g. Horde 3.0 in sarge) you need to
+patch an iCal file from horde. Free/busy uses functions from Horde to
+parse the XML parts in the calendar emails.
-# patch < /share/doc/kolabd/horde-sarge-iCal.patch
+# patch < /usr/share/doc/kolabd/horde-sarge-iCal.patch
-Be sure you have the following extensions enabled in php for freebusy:
+Be sure you have the following extensions enabled in PHP for
+free/busy:
/etc/php4/apache2/php.ini
...
More information about the pkg-kolab-devel
mailing list