[pkg-kolab] r1184 - kolab-webclient/trunk/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Wed Feb 4 20:26:04 UTC 2009


Author: mparent-guest
Date: 2009-02-04 20:26:04 +0000 (Wed, 04 Feb 2009)
New Revision: 1184

Modified:
   kolab-webclient/trunk/debian/changelog
   kolab-webclient/trunk/debian/sources.php
Log:
ldap directory is read-only


Modified: kolab-webclient/trunk/debian/changelog
===================================================================
--- kolab-webclient/trunk/debian/changelog	2009-02-04 20:16:02 UTC (rev 1183)
+++ kolab-webclient/trunk/debian/changelog	2009-02-04 20:26:04 UTC (rev 1184)
@@ -26,4 +26,4 @@
   * 30-cookie_path.diff: Change cookie path for Horde
   * debian/copyright: refers to versionned license version
 
- -- Mathieu Parent <math.parent at gmail.com>  Wed, 04 Feb 2009 21:11:42 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Wed, 04 Feb 2009 21:22:16 +0100

Modified: kolab-webclient/trunk/debian/sources.php
===================================================================
--- kolab-webclient/trunk/debian/sources.php	2009-02-04 20:16:02 UTC (rev 1183)
+++ kolab-webclient/trunk/debian/sources.php	2009-02-04 20:26:04 UTC (rev 1184)
@@ -14,4 +14,6 @@
         );
     # add user identifier
     $cfgSources['kolab_global']['map']['__uid'] = 'dn';
+    #ldap directory is read-only
+    $cfgSources['kolab_global']['params']['read_only'] = 'true';
 }




More information about the pkg-kolab-devel mailing list