Couple things to checkl:
Does your external LDAP support anonymous binding? If not, have you set the correct account to bind?
For your filter, try something more like:
(uid=*%s*)
or even:
(|(uid=*%s*)(sn=*%s*)(givenName=*%s*))
Also, if you want to use AutoComplete from Global Address List, you will need to set up a filter there too..this: zimbraGalAutoCompleteLdapFilter: externalLdapAutoComplete doesn't work(at least not for me)
One last thing...My GAL tests haven't always shown results, even when things were set correctly. But it has always worked even if the results were blank. Not sure if that's a bug, but just something I've noticed. |