View Single Post
  #5 (permalink)  
Old 05-17-2008, 12:26 PM
Rich Graves Rich Graves is offline
Elite Member
 
Join Date: Jan 2007
Location: Minnesota
ZCS Version: 5.0.8 GA RHEL4_64 NETWORK
Posts: 391
Rich Graves is on a distinguished road
Default

Try

LDAP filter: samaccountname=%u

Left side is the attribute to match; %u is replaced with username. The above would be for Active Directory. If the legacy Exchange LDAP service provides no single unique attribute to search for, then you'd lose, but I'd be surprised.

LDAP search base is specified from most to least specific, something like:

LDAP search base: o=corporate,p=mydom,c=US

Is the a=(BLANK) above a typo or an html scrubbing artifact? It's invalid.
Reply With Quote