wilde: server/patches/horde-webmail/1.2.0/tg t_pear_HK_GW_AddNetLDAP2.diff, NONE, 1.1.4.1 series, 1.5.2.6, 1.5.2.7

cvs at kolab.org cvs at kolab.org
Tue Oct 13 14:37:30 CEST 2009


Author: wilde

Update of /kolabrepository/server/patches/horde-webmail/1.2.0/tg
In directory doto:/tmp/cvs-serv13310/patches/horde-webmail/1.2.0/tg

Modified Files:
      Tag: kolab_2_2_branch
	series 
Added Files:
      Tag: kolab_2_2_branch
	t_pear_HK_GW_AddNetLDAP2.diff 
Log Message:
Added ability to map arbitrary ldap attributes to those expected by kolab.
(Merged from suc branch)


--- NEW FILE: t_pear_HK_GW_AddNetLDAP2.diff ---
From: Gunnar Wrobel <p at rdus.de>
Subject: [PATCH] t/pear/HK/GW/AddNetLDAP2

Adds the PEAR-Net_LDAP2 library.

Signed-off-by: Gunnar Wrobel <p at rdus.de>

---
 horde-webmail/pear/Net/LDAP2.php         | 1698 ++++++++++++++++++++++++++++++
 horde-webmail/pear/Net/LDAP2/Entry.php   | 1019 ++++++++++++++++++
 horde-webmail/pear/Net/LDAP2/Filter.php  |  447 ++++++++
 horde-webmail/pear/Net/LDAP2/LDIF.php    |  904 ++++++++++++++++
 horde-webmail/pear/Net/LDAP2/RootDSE.php |  221 ++++
 horde-webmail/pear/Net/LDAP2/Schema.php  |  502 +++++++++
 horde-webmail/pear/Net/LDAP2/Search.php  |  596 +++++++++++
 horde-webmail/pear/Net/LDAP2/Util.php    |  557 ++++++++++
 8 files changed, 5944 insertions(+), 0 deletions(-)

diff --git a/horde-webmail/pear/Net/LDAP2.php b/horde-webmail/pear/Net/LDAP2.php
[...5988 lines suppressed...]
+                }
+            }
+        }
+        return array_values($dn);
+    }
+}
+
+?>
\ No newline at end of file
-- 
tg: (031aea6..) t/pear/HK/GW/AddNetLDAP2 (depends on: t/dimp/H/GW/AclView)
-- 
TOPGIT patch commit log
=======================

commit 0ad87da8cf55073240d541edea74e6a60bbe3695
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Apr 23 13:41:35 2009 +0200

    Add PEAR-Net_LDAP2

Index: series
===================================================================
RCS file: /kolabrepository/server/patches/horde-webmail/1.2.0/tg/Attic/series,v
retrieving revision 1.5.2.6
retrieving revision 1.5.2.7
diff -u -d -r1.5.2.6 -r1.5.2.7
--- series	12 Oct 2009 14:09:01 -0000	1.5.2.6
+++ series	13 Oct 2009 12:37:27 -0000	1.5.2.7
@@ -68,6 +68,7 @@
 t_imp_H_JS_bug7739.diff -p1
 t_imp_H_MS_bug7438.diff -p1
 t_Kolab__Format_HK_GW_HandleEmptyXmlParserReturn.diff -p1
+t_pear_HK_GW_AddNetLDAP2.diff -p1
 t_framework_HK_GW_Prefs_FileDriverHotfix.diff -p1
 t_kronolith_HK_GW_AnonymousiCalDownload.diff -p1
 t_kronolith_HK_GW_ExportEventList.diff -p1





More information about the commits mailing list