Summary | No expanded address return in compose window |
Queue | IMP |
Queue Version | 4.0.2 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | davdi (at) tmv (dot) gov (dot) tw |
Created | 02/18/2005 (7466 days ago) |
Due | |
Updated | 03/24/2005 (7432 days ago) |
Assigned | 03/24/2005 (7432 days ago) |
Resolved | 03/24/2005 (7432 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
Thanks for your feedback .I did search by mail address's kerword in
Turba,but not thing return,even it realy match somewhere in my ldap
address book.
David Chang
State ⇒ Feedback
Priority ⇒ 1. Low
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ No expanded address return in compose window
Queue ⇒ IMP
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)