6.0.0-RC7
6/20/26

[#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 (at)
Requester m.zdila (at) episoftware (dot) com
Created 8/15/05 (7614 days ago)
Due
Updated 4/12/06 (7374 days ago)
Assigned 4/2/06 (7384 days ago)
Resolved 4/12/06 (7374 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
110 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.
505 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!
2111 Jan Schneider Comment #2 Reply to this comment
See bug 3655.
3710 Jan Schneider Assigned to Horde DevelopersHorde Developers
State ⇒ Assigned
 
2110 m (dot) zdila (at) episoftware (dot) com Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ attribute keys are not lowercase
Queue ⇒ Turba
State ⇒ Unconfirmed
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






Saved Queries