[Tickets #1408] NEW: No expanded address return in compose window

bugs at bugs.horde.org bugs at bugs.horde.org
Fri Feb 18 00:06:48 PST 2005


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

Ticket URL: http://bugs.horde.org/ticket/?id=1408
-----------------------------------------------------------------------
 Ticket             | 1408
 Created By         | davdi at tmv.gov.tw
 Summary            | No expanded address return in compose window
 Queue              | IMP
 Version            | 4.0.2
 State              | Unconfirmed
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


davdi at tmv.gov.tw (2005-02-18 00:06) wrote:

Hi there:
There are no any mail address return in IMP's compose window,if i fill a key
word of  a mail address in TO then click "Expand".The target address book
was point to my ldap directory .

Only email keyword doesn't work.

Here are the TURBA/config/source.php for my LDAP.
=========================================
$cfgSources['tmv_ldap'] = array(
    'title' => _("Shared Directory"),
    'type' => 'ldap',
    'params' => array(
        'server' => 'ldap.tmv.gov.tw',
        'port' => 389,
        'root' => 'ou=people,dc=example.com',
        'bind_dn' => 'cn=root,dc=example.com'',
        'bind_password' => '********',
        'sizelimit' => 1200,
        'dn' => array('cn'),
        'objectclass' => array('top',
                               'person',
                               'organizationalPerson','inetOrgPerson'),
        'charset' => 'utf-8',
        // check if all required attributes for an entry are set and add
them
        // if needed.
        'checkrequired' => false,
        // string to put in missing required attributes.
        'checkrequired_string' => ' ',
        'version' => 3
    ),
    'map' => array(
        '__key' => 'dn',
        '__uid' => 'uid',
        'name' => 'cn',
        'email' => 'maillocaladdress',
        'unit' => 'roomnumber',
        'homePhone' => 'homephone',
        'workPhone' => 'telephonenumber',
        'cellPhone' => 'mobile',
        'homeAddress' => 'homepostaladdress',
        'id' => 'uid'
        // 'freebusyUrl' => 'calFBURL'
    ),
    'search' => array(
        'name',
        'email',
        'homePhone',
        'workPhone',
        'cellPhone',
        'homeAddress',
        'unit',
        'id'
    ),
    'strict' => array(
        'dn',
    ),
    'public' => true,
    'readonly' => true,
    'admin' => array('txg16'),
    'export' => false
); 

Here are the TURBA/config/attributes.php for Email field.
=========================================
$attributes['email'] = array(
    'label' => _("Email"),
    'type' => 'email',
    'required' => false,
    'params' => array('', 40, 255)
);


Note:The Email field was selected already in IMP-->Option-->Address Book for
search(exapnd)







More information about the bugs mailing list