Hi all, i'm a fresh user of Zimbra and i try to configure an openldap server to add all my contact.
When i try to configure GAL in ZimbraAdmin, all is ok.
But, with the zimbra webmail, i see the autocomplete as below:
HTML Code:
"{\"ZMVAL\":[\"My contact\",\"3031170\"]}" <mycontact@mydomain.com,>;
What's can i do to have an autocomplete like:
HTML Code:
"My contact" <mycontact@mydomain.com>;
Here is an exemple of my ldap entries:
cn: 3031170
cn: My contact
sn: contact
givenName: My
mail:
mycontact@mydomain.com
uid: 3031170
Here is my GAL config in ZimbraAdmin
LDAP filter: (objectclass=*)
Filter autocomplete: (|(sn=%s*)(mail=%s*))
LDAP search: cn=AddressBook,dc=mydomain,dc=com
The ldap server is an OpenLDAP on SuseLinuxEnterpriseServer11, v.2.4.xxx
Many thanks for your help and best regards.