6.0.0-beta1
7/18/25

[#7893] Multivalued RDN not working with LDAP
Summary Multivalued RDN not working with LDAP
Queue Turba
Queue Version Git master
Type Bug
State Duplicate
Priority 1. Low
Owners
Requester willem.verbruggen (at) anagky (dot) be
Created 01/26/2009 (6017 days ago)
Due
Updated 02/02/2016 (3454 days ago)
Assigned 01/27/2009 (6016 days ago)
Resolved 02/02/2016 (3454 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/02/2016 09:23:00 AM Jan Schneider Comment #4
Taken from Ben Klang
Taken from Gunnar Wrobel
State ⇒ Duplicate
Version ⇒ Git master
Reply to this comment
Solved with request #11889
09/06/2013 06:51:35 PM horde (at) mbox (dot) tinloaf (dot) de Comment #3 Reply to this comment
Is there any way of getting this into turba? It's really annoying for 
me to have to fix this manually every time I update turba. Someone has 
written a patch for this that works for me, see:

http://lists.horde.org/archives/turba/Week-of-Mon-20090525/006162.html
07/09/2009 09:59:16 PM Ben Klang Comment #2 Reply to this comment
I think the solution the reporter posed is probably the right thing, 
but I'm concerned what the change will do to existing installations.   
It may be that the existing code works for some people, even if it is 
not the correct way.  However I *think* that the current behavior can 
not work under "normal" circumstances because it assumes that parent 
objects will be created implicitly when that is actually impossible.   
To be perfectly honest, until this bug was reported I wasn't even 
aware that LDAP supported multi-attribute DNs, but it does make sense 
now that I have read about it.



I am going to move forward with applying the fix as suggested because 
I think the current behavior is actually broken.  In any case I was 
not able to get it to work reliably on my test systems and this will 
make it work.
01/27/2009 05:17:17 AM Chuck Hagenbuch State ⇒ Assigned
Assigned to Gunnar Wrobel
Assigned to Ben Klang
 
01/26/2009 02:58:06 PM willem (dot) verbruggen (at) anagky (dot) be Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Multivalued RDN not working with LDAP
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
New Attachment: Turbabug Download
State ⇒ Unconfirmed
Reply to this comment
In sources.php for Turba, I configured an LDAP backend.  To have DNs 
that are unique, I configured the setting 'dn' => array('cn','sn').   
Turba loads existing addressbook entries just fine but when I tried to 
update existing entries or adding new ones, this failed because it 
seems the RDN was built with cn=data,sn=data instead of 
cn=data+sn=data.  See attached LDAP error log for details.

Saved Queries