I've searched for this all over the forums and can't find a solution for it. I found a related bug that was solved for 6.0.2 but this instance is running 6.0.5, so that can't be it.
Code:
[zimbra@server ~]$ zmcontrol -v
Release 6.0.5_GA_2213.RHEL5_64_20100202214931 RHEL5_64 NETWORK edition.
We want to be able to do the auto-complete for the second word in a person's last name. The search works fine but I can't get the results to show when auto-completing.
The GAL is synced against MSAD and I've done a
zmgsautil fullSync and
forceSync every time I change the filter just to be sure.
As you can see in the attached screenshots, when writing emails for users with last name (sn) *
test_user* the auto-complete only returns 1 name, while the search returns 3 as it should.
The filters are defined like this:
Code:
[zimbra@server ~]$ zmprov gd example.net |grep -i filter
zimbraGalAutoCompleteLdapFilter: (|(cn=*%s*)(sn=*%s*)(sn=*\ *%s*)(givenName=*%s*)(mail=*%s*))
zimbraGalLdapFilter: (&(!(userDisabledPassword=*))(|(cn=*%s*)(uid=*%s*)(givenName=*%s*)(sn=*%s*)(sn=*\20*%s*)))
... I've changed it for auto-complete from
\20 to
\[space] to just
[space] and nothing seems to work.
Any suggestions?
thanks!