Opened 5 years ago
Closed 4 years ago
#1485416 closed Bugs (fixed)
Differences between results in address book and in compose auto-completion
| Reported by: | gonzo | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-stable |
| Component: | PHP backend | Version: | 0.2-beta |
| Severity: | normal | Keywords: | auto-completion |
| Cc: |
Description
Hi,
the results when I search in a ldap directory by using the search box in the address book, and the results in the compose window by using auto-completion are not the same.
With auto-completion, some addresses are not displayed (they are displayed in the address book).
Is this difference normal or is it a bug ?
My LDAP config is :
$rcmail_configldap_public?ENST? = array('name' => 'Annuaire',
'hosts' => array('ldaps://truc.truc.fr'),
'port' => 636,
'use_tls' => false,
'user_specific' => false,
'base_dn' => 'ou=people,dc=enst,dc=fr',
'bind_dn' => ,
'bind_pass' => ,
'writable' => false,
'ldap_version' => 3,
'search_fields' => array('Adresse mail' => 'mail', 'N
om' => 'cn'),
'name_field' => 'cn',
'email_field' => 'mail',
'surname_field' => 'sn',
'firstname_field' => 'givenName',
'sort' => 'sn',
'scope' => 'sub',
'filter' => ,
'global_search' => true,
'fuzzy_search' => true);
Change History (2)
comment:1 Changed 5 years ago by alec
- Component changed from Client Scripts to PHP backend
- Milestone changed from later to 0.2-stable
comment:2 Changed 4 years ago by alec
- Resolution set to fixed
- Status changed from new to closed

Probably fixed when auto-complete feature has been rewritten to server-side. Check svn-trunk version.