Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
24614 Points
4192 Posts
Nov 23, 2011 08:28 AM|LINK
If your query was
OU=India
Use following syntax for multiple criteria
(&(OU=India)(OU=Europe)(OU=America))
--------------------------------------
There are 3 boolean operators you can use
& - AND, | - OR and ! - NOT
See some examples of usage here.
smirnov
All-Star
24614 Points
4192 Posts
Re: LDAP Query to search at the Root level
Nov 23, 2011 08:28 AM|LINK
If your query was
OU=India
Use following syntax for multiple criteria
(&(OU=India)(OU=Europe)(OU=America))
--------------------------------------
There are 3 boolean operators you can use
& - AND, | - OR and ! - NOT
See some examples of usage here.