| 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 | 08/15/2005 (7401 days ago) |
| Due | |
| Updated | 04/12/2006 (7161 days ago) |
| Assigned | 04/02/2006 (7171 days ago) |
| Resolved | 04/12/2006 (7161 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
ahead and merged it.
State ⇒ Feedback
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!
bug 3655.State ⇒ Assigned
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ attribute keys are not lowercase
Queue ⇒ Turba
State ⇒ Unconfirmed
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