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

Noel Koethe noel at costa.debian.org
Fri Feb 24 13:06:46 UTC 2006


Author: noel
Date: 2006-02-24 13:06:45 +0000 (Fri, 24 Feb 2006)
New Revision: 338

Modified:
   trunk/kolabd/debian/README.Debian
Log:
added webadmin config

Modified: trunk/kolabd/debian/README.Debian
===================================================================
--- trunk/kolabd/debian/README.Debian	2006-02-24 10:07:37 UTC (rev 337)
+++ trunk/kolabd/debian/README.Debian	2006-02-24 13:06:45 UTC (rev 338)
@@ -395,7 +395,7 @@
 
 configure in /etc/kolab/resmgr.conf the options:
 
-$params['server'] = 'localhost';
+$params['server'] = 'kolabserver.example.com';
 $params['email_domain'] = 'example.com';
 $params['ldap_uri'] = 'ldap://localhost';
 $params['base_dn'] = 'dc=example,dc=com';
@@ -446,11 +446,24 @@
 
 restart Apache2: "/etc/init.d/apache2 restart"
 
+9. Webfrontend
+--------------
+
+If you need it install "apt-get install kolab-webadmin" and configure
+
+/etc/kolab-webfrontend/session_vars.php
+
+$_SESSION['fqdnhostname'] = "kolabserver.example.com";
+$_SESSION['ldap_master_uri'] = "ldap://127.0.0.1:389";
+$_SESSION['base_dn'] = "dc=example,dc=com";
+$_SESSION['php_dn'] = "cn=nobody,cn=internal,dc=example,dc=com";
+$_SESSION['php_pw'] = "PASSWORD";
+
 -----------------------------------------------------------------------------------------
 
 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!:)
 
--- Noèl Köthe, noel at debian.org   Fri, 13 Jan 2006 10:55:30 +0100
+-- Noèl Köthe, noel at debian.org  Fri, 24 Feb 2006 14:05:53 +0100
 




More information about the pkg-kolab-devel mailing list