[Tickets #6565] When using an combined+saved field as dn a copy/move between addressbooks will fail
bugs at horde.org
bugs at horde.org
Fri Apr 4 02:52:53 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6565
-----------------------------------------------------------------------
Ticket | 6565
Created By | horde at ssn.at
Summary | When using an combined+saved field as dn a copy/move
between
| addressbooks will fail
Queue | Turba
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
+New Attachment | turba_GRL_DN_CopyMove_Browse.php.diff
-----------------------------------------------------------------------
horde at ssn.at (2008-04-03 22:52) wrote:
turba/lib/Views/Browse.php
contains a bug in handling combined and saved fields as dn when moving
Entries between LDAP-Addressbooks.
Attached a little patch that fixes the bug.
proconditions to reproduce:
2 LDAP-Addressbooks
in sources.php:
'name' => array('fields' => array('jobtitle', 'firstname', 'lastname'),
'format' => '%s %s %s',
'attribute' => 'cn'),
Problem is in the function run() in section move when building the
attributes array. A map-entry which is an array is always ignored even if
it contains an attribute-tag.
regards
Lukas
More information about the bugs
mailing list