[#2440] attribute keys are not lowercase
Summary attribute keys are not lowercase
Queue Turba
Queue Version HEAD
Type Bug
State Resolved
Priority 2. Medium
Owners Horde Developers
Requester m (dot) zdila (at) episoftware (dot) com
Created 08/15/2005 (2837 days ago)
Due
Updated 04/12/2006 (2597 days ago)
Assigned 04/02/2006 (2607 days ago)
Resolved 04/12/2006 (2597 days ago)
Attachments
Milestone
Patch No

History
04/12/2006 10:25:01 PM Chuck Hagenbuch Comment #4
State ⇒ Resolved
Reply to this comment
With no feedback, I'm assuming this works as intended and have gone 
ahead and merged it.
04/02/2006 05:25:50 AM Chuck Hagenbuch Comment #3
State ⇒ Feedback
Reply to this comment
Please test this change:

http://lists.horde.org/archives/cvs/Week-of-Mon-20060327/056391.html



If it works, I'll merge it to the next Turba version. Thanks!
03/19/2006 11:02:21 AM Jan Schneider Comment #2 Reply to this comment
See bug 3655.
08/15/2005 10:43:37 PM Jan Schneider Assigned to Horde DevelopersHorde Developers
State ⇒ Assigned
 
08/15/2005 10:21:21 AM m (dot) zdila (at) episoftware (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ attribute keys are not lowercase
Queue ⇒ Turba
Reply to this comment
hi



see http://cvs.horde.org/co.php/turba/lib/Driver/ldap.php?r=1.75#314



/* The attributes in the attributes array are all lower case ...



... mine are not. therefore code on lines 314 - 336 doesn't work if 
some attribute is mixed case.



inserting

$attributes = array_change_key_case($attributes, CASE_LOWER);

to line 318 could help, but I am not sure if mixed case keys are not 
expected later in the code. Please look at this. Thanks.



--

Martin Zdila