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

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Wed Feb 4 22:41:34 UTC 2009


Author: mparent-guest
Date: 2009-02-04 22:41:33 +0000 (Wed, 04 Feb 2009)
New Revision: 1185

Modified:
   kolab-webclient/trunk/debian/changelog
   kolab-webclient/trunk/debian/sources.php
Log:
bind to LDAP (https://www.intevation.de/roundup/kolab/issue3381)


Modified: kolab-webclient/trunk/debian/changelog
===================================================================
--- kolab-webclient/trunk/debian/changelog	2009-02-04 20:26:04 UTC (rev 1184)
+++ kolab-webclient/trunk/debian/changelog	2009-02-04 22:41:33 UTC (rev 1185)
@@ -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:22:16 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Wed, 04 Feb 2009 23:38:11 +0100

Modified: kolab-webclient/trunk/debian/sources.php
===================================================================
--- kolab-webclient/trunk/debian/sources.php	2009-02-04 20:26:04 UTC (rev 1184)
+++ kolab-webclient/trunk/debian/sources.php	2009-02-04 22:41:33 UTC (rev 1185)
@@ -16,4 +16,9 @@
     $cfgSources['kolab_global']['map']['__uid'] = 'dn';
     #ldap directory is read-only
     $cfgSources['kolab_global']['params']['read_only'] = 'true';
+    #bind to LDAP (https://www.intevation.de/roundup/kolab/issue3381)
+    $cfgSources['kolab_global']['params']['bind_dn'] = 
+        $conf['kolab']['ldap']['phpdn'];
+    $cfgSources['kolab_global']['params']['bind_password'] =
+        $conf['kolab']['ldap']['phppw']
 }




More information about the pkg-kolab-devel mailing list