Hello,
I'm confused on how a simple query using a wildcard with the DN
filed would work. I know I can't use '*' in queries and am supposed
to use \2a instead.... so, why won't this work?
(&(&(objectCategory=person)(objectClass=user)(distinguishedName=cn
\2a)))
I've also tried it with a space between the cn and \2a.
I would like to return a set of results such that users with a
specific string in the DN are returned. I'm doing this simply in the
LDP browser and ADUC queries tool if that makes any difference.
Thanks for any help.