Re: LDAP Query
- From: "JHP" <goawayspam@xxxxxxx>
- Date: Wed, 3 May 2006 09:23:36 -0400
Sweet,
Thanks very much - these things can be a pain to find - would you know of
any documentation to out line some of the syntax? No worries though, you
have already been a great help.
"Rich Matheisen [MVP]" <richnews@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:anvf525hr0s1taj5gl1q7rnvs6mr4j9fv9@xxxxxxxxxx
"JHP" <goawayspam@xxxxxxx> wrote:
I want to setup an Address list (filter) with multiple addresses...
This works for one:
(&(&(objectCategory=*)(mail=*@abc.com)))
this does NOT work for multiple:
(&(&(objectCategory=*)(mail=*@abc.com)(mail=*@123.com)))
I think this is what you're after:
(&(objectCatgory=*)(|(mail=*@abc.com)(mail=*@123.com)))
Your original test can never succeed because the mail property value
can never be *@abc.com AND *@123.com at the same time! :)
--
Rich Matheisen
MCSE+I, Exchange MVP
MS Exchange FAQ at http://www.swinc.com/resource/exch_faq.htm
Don't send mail to this address mailto:h.pott@xxxxxxxxxxxxx
Or to these, either: mailto:h.pott@xxxxxxxxxxxxxxx
mailto:melvin.mcphucknuckle@xxxxxxxxxxxxx
mailto:melvin.mcphucknuckle@xxxxxxxxxxxxxxx
.
- Follow-Ups:
- Re: LDAP Query
- From: Rich Matheisen [MVP]
- Re: LDAP Query
- References:
- LDAP Query
- From: JHP
- Re: LDAP Query
- From: Rich Matheisen [MVP]
- LDAP Query
- Prev by Date: Change Incoming Port in Exchange
- Next by Date: Re: Exchange or Norton
- Previous by thread: Re: LDAP Query
- Next by thread: Re: LDAP Query
- Index(es):
Relevant Pages
|