View Single Post
  #5 (permalink)  
Old 05-02-2007, 04:07 PM
ardiederich ardiederich is offline
Member
 
Posts: 12
Default

Quote:
Originally Posted by schemers View Post
Do you also have Exchange running? I seem to recall our default search filter for AD has a dependency on Exchange.
No, we aren't using exchange. My hope is to use ZCS instead of exchange.

Quote:
One thing you might want to try is to configure your GAL as an external LDAP server, then enter a really simple search filter that you know should work and see if that works.
That one does the trick. I used (&(|(cn=%s*)(sn=%s*)(gn=%s*)(mail=%s*))) as the LDAP filter. I left (|(cn=%s*)(sn=%s*)(gn=%s*)(mail=%s*)) as the autocomplete filter.

The admin UI keeps deleting my LDAP filter when I go and configure GAL, which is unfortunate. I've just moved from 'both' to external, so I know which LDAP I'm getting data from.

Last edited by ardiederich : 05-02-2007 at 04:11 PM. Reason: correctness
Reply With Quote