[Tickets #6517] Re: Export to ldif - data has no cn attribute

bugs at horde.org bugs at horde.org
Sun Mar 23 07:51:05 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/6517
-----------------------------------------------------------------------
 Ticket             | 6517
 Updated By         | Matt Selsky <selsky at columbia.edu>
 Summary            | Export to ldif - data has no cn attribute
 Queue              | Turba
 Version            | 2.2-RC3
 Type               | Bug
 State              | Unconfirmed
 Priority           | 1. Low
 Milestone          | 
 Patch              | 
 Owners             | 
-----------------------------------------------------------------------


Matt Selsky <selsky at columbia.edu> (2008-03-23 03:51) wrote:

What about when sources.php has a more complex definition of 'name'?  The
default definition is:

        'name' => array('fields' => array('namePrefix', 'firstname',
                                          'middlenames', 'lastname',
                                          'nameSuffix'),
                        'format' => '%s %s %s %s %s',
                        'parse' => array(
                            array('fields' => array('firstname',
'middlenames',
                                                    'lastname'),
                                  'format' => '%s %s %s'),
                            array('fields' => array('firstname',
'lastname'),
                                  'format' => '%s %s'))),





More information about the bugs mailing list