[Tickets #11112] Using "emails" instead of "email" atribute in backend map configuration for ldap server breaks auto complete of addresses

bugs at horde.org bugs at horde.org
Wed Mar 28 18:07:03 UTC 2012


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

Ticket URL: http://bugs.horde.org/ticket/11112
------------------------------------------------------------------------------
  Ticket             | 11112
  Created By         | mehmet at giritli.eu
  Summary            | Using "emails" instead of "email" atribute in backend
                     | map configuration for ldap server breaks auto complete
                     | of addresses
  Queue              | Turba
  Version            | 3.0.12
  Type               | Bug
  State              | Unconfirmed
  Priority           | 3. High
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


mehmet at giritli.eu (2012-03-28 18:07) wrote:

I have been fighting over this for a long time and finally I managed  
to find the bug!

As you know, it is quite common to have multiple emails for a ldap  
contact. I am used to handle this by using a map in backends like this:

      'map' => array(
          '__key' => 'dn',
          '__uid' => 'uid',
          'name' => 'cn',
         'firstname' => 'givenName',
         'lastname' => 'sn',
          'emails' => 'mail',
.....

This partially solved (except editing:  
http://bugs.horde.org/ticket/9554)  the problem of using multiple  
email addresses per contact with ldap backends. But now with H4 if I  
use this kind of map, I do not have auto complete of addresses in the  
new mail composition window anymore. Changing "emails" to "email "  
brings back auto complete. But obviously I loose the ability to have  
multiple emails per contact....

I don't know if anything else has stopped working because of this in H4.






More information about the bugs mailing list