[pkg-kolab] r611 - kolab-webadmin/trunk/debian

petere at alioth.debian.org petere at alioth.debian.org
Mon Jun 18 18:09:05 UTC 2007


Author: petere
Date: 2007-06-18 18:09:05 +0000 (Mon, 18 Jun 2007)
New Revision: 611

Modified:
   kolab-webadmin/trunk/debian/changelog
   kolab-webadmin/trunk/debian/session_vars.php
Log:
  - Updated session_vars.php template from kolabd-2.1.0-20070510

Modified: kolab-webadmin/trunk/debian/changelog
===================================================================
--- kolab-webadmin/trunk/debian/changelog	2007-06-18 17:36:55 UTC (rev 610)
+++ kolab-webadmin/trunk/debian/changelog	2007-06-18 18:09:05 UTC (rev 611)
@@ -2,6 +2,7 @@
 
   * New upstream release
     - Formerly missing .tpl files are now included
+    - Updated session_vars.php template from kolabd-2.1.0-20070510
   * Updated copyright file
   * Cleaned up rules
 

Modified: kolab-webadmin/trunk/debian/session_vars.php
===================================================================
--- kolab-webadmin/trunk/debian/session_vars.php	2007-06-18 17:36:55 UTC (rev 610)
+++ kolab-webadmin/trunk/debian/session_vars.php	2007-06-18 18:09:05 UTC (rev 611)
@@ -16,7 +16,7 @@
  * since we source this file on every invokation anyway.
  */
 
-session_start();
+ at session_start();
 
 $_SESSION['fqdnhostname'] = "kolabserver.example.com";
 $_SESSION['ldap_master_uri'] = "ldap://127.0.0.1:389";
@@ -35,7 +35,7 @@
  * Which user classes can log in to the webgui?
  * Currently 4 user classes exist: user, admin, maintainer and manager
  */
-$params['allow_user_classes'] = array( 'user', 'admin', 'maintainer', 'manager' );
+$params['allow_user_classes'] = array( 'user', 'admin', 'maintainer', 'manager', 'domain-maintainer' );
 
 /*
  * Array to configure visibility/access of LDAP attributes to user's account object




More information about the pkg-kolab-devel mailing list