Summary | Add possibility for composite RDNs in LDAP |
Queue | Turba |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | horde (at) mbox (dot) tinloaf (dot) de |
Created | 12/14/2012 (4602 days ago) |
Due | |
Updated | 06/05/2014 (4064 days ago) |
Assigned | |
Resolved | 06/05/2014 (4064 days ago) |
Milestone | 4.3.0 |
Patch | Yes |
Assigned to Jan Schneider
State ⇒ Resolved
Milestone ⇒ 4.3.0
commit bdd0ea2e12722b4c00bbdbb229e0d8706e85bd9b
Author: Jan Schneider <jan@horde.org>
Date: Thu Jun 5 16:32:25 2014 +0200
[jan] Support multi-value RDNs in LDAP DN attributes
(horde@iotti.biz,
Request #11889).turba/config/backends.php | 4 ++++
turba/docs/CHANGES | 2 ++
turba/lib/Driver/Ldap.php | 33 +++++++++++++++++++++++++++++----
turba/package.xml | 6 +++---
4 files changed, 38 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/bdd0ea2e12722b4c00bbdbb229e0d8706e85bd9b
New Attachment: turba-11889.nested.array.diff
Horde::Ldap patch posted minutes ago. See
ticket #11888.Please revide it, I'm no php expert.
New Attachment: turba-11889.php.diff
As I wrote in the closely related ticked
#11888, it would be very niceif this would be included in the main torba package.
Thanks
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ Add possibility for composite RDNs in LDAP
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ Yes
New Attachment: Turba_Ldap.php.diff
State ⇒ New
LDAP contacts (e.g. givenName=Foo+sn=Bar - that's the way I'm using
it). This depends on this ticket in the main horde framework:
http://bugs.horde.org/ticket/11888
There you can also see how to use it ('dn = array('+', 'givenName', 'sn')')..
The file to be patched is 'lib/Driver/Ldap.php' from the Turba PEAR package.