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

Noel Koethe noel at costa.debian.org
Wed Feb 1 11:48:15 UTC 2006


Author: noel
Date: 2006-02-01 11:48:15 +0000 (Wed, 01 Feb 2006)
New Revision: 263

Modified:
   trunk/kolabd/debian/README.Debian
Log:
starting apache/php4 docu

Modified: trunk/kolabd/debian/README.Debian
===================================================================
--- trunk/kolabd/debian/README.Debian	2006-02-01 11:22:50 UTC (rev 262)
+++ trunk/kolabd/debian/README.Debian	2006-02-01 11:48:15 UTC (rev 263)
@@ -7,6 +7,8 @@
 1. Install this kolabd package with all dependencies
 ----------------------------------------------------
 
+kolabd should depend on all needed packages.
+
 -----------------------------------------------------------------------------------------
 
 2. Configure LDAP
@@ -43,6 +45,7 @@
 defaultsearchbase      "dc=example,dc=com"
 
 require         none
+# we need v2 for the php scripts
 allow           bind_v2
 
 loglevel        256
@@ -338,6 +341,9 @@
 Kolab will look at it and it is not enough to enter localhost, so please
 use a valid name (e.g. your real hostname).
 
+Also the options inet_interfaces and mydestination have to be confired for your
+enviroment.
+
 If you dont have the files for the options canonical_maps, virtual_maps, relocated_maps
 and/or transport_maps then remove them or create empty one:
 
@@ -390,8 +396,21 @@
 $params['calendar_pass'] = 'PASSWORD';
 $params['freebusy_url'] = 'https://server.example.com/freebusy/${USER}.xfb';
 
+
+
 -----------------------------------------------------------------------------------------
 
+8. Apache and PHP
+-----------------
+
+configure /etc/php4/apache2/php.ini
+
+extension=domxml.so
+extension=ldap.so
+
+
+-----------------------------------------------------------------------------------------
+
 There is a partly adjusted bootstrap for Debian but its not working 100%
 at /usr/share/kolabd/kolab_bootstrap
 Patches to make this bootstrap working 100% are very welcome!:)




More information about the pkg-kolab-devel mailing list