AD search - what is "anr"

  • Thread starter Thread starter James
  • Start date Start date
J

James

Hi All.

I just found an example (which works) on the MS site and another
example in this group with the following syntax

searcher.Filter = "(&(anr=myUser)(objectCategory=person))"

OK, this works, no problem but what the hell is "anr" in the filter ?

James
 
I just found an example (which works) on the MS site and another
example in this group with the following syntax

searcher.Filter = "(&(anr=myUser)(objectCategory=person))"

OK, this works, no problem but what the hell is "anr" in the filter ?

See here:

Ambiguous Name Resolution for LDAP in Windows 2000
http://support.microsoft.com/?kbid=243299

Allows you to search for a name without specifying which name
attribute exactly - it will search in a number of various name related
attributes.

Marc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top