6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
3/29/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#2529] Problems with "cn", "name" and ldap (patch)
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .__ . ..__ . . [__)[__)|\/|| \| | | \| | ||__/|/\|
Comment
>> Can the original contributor fix the edit issue? > > > > Well... I learned more than I had intended to about the Horde > framework, but I finally figured it out... > > > > The problem with edit issue stems from the > Turba_AbstractObject::setValue() method. It ignores composite fields > just like the Turba_Driver::toDriverKeys() method. > > > > This fixes it... > > > > --- AbstractObject.php.orig 2006-01-27 15:30:08.000000000 -0500 > > +++ AbstractObject.php 2006-01-27 14:57:42.000000000 -0500 > > @@ -117,7 +117,8 @@ > > } > > > > if (isset($this->driver->map[$attribute]) && > > - is_array($this->driver->map[$attribute])) > > + is_array($this->driver->map[$attribute]) && > > + !isset($this->driver->map[$attribute]['attr'])) { > > return false; > > } > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers