Re: LDAP search filters using OU not supported?
- From: Robert <nospam@xxxxxxxxxxxxx>
- Date: Sat, 28 Jun 2008 20:05:18 +0100
Richard -
I just found this example of doing a partial match on a DN:
You may want to match part of a DN, for instance when you need to look for your groups in two subtrees of your server.
(&(objectClass=group)(|(ou:dn:=Chicago)(ou:dn:=Miami)))
will find groups with an OU component of their DN which is either 'Chicago' or 'Miami'.
Found at:
http://confluence.atlassian.com/display/DEV/How+to+write+a+LDAP+search+filter
Would that work with AD?
Robert
.
- Follow-Ups:
- Re: LDAP search filters using OU not supported?
- From: Robert
- Re: LDAP search filters using OU not supported?
- References:
- LDAP search filters using OU not supported?
- From: Robert
- Re: LDAP search filters using OU not supported?
- From: Richard Mueller [MVP]
- Re: LDAP search filters using OU not supported?
- From: Robbie
- LDAP search filters using OU not supported?
- Prev by Date: Re: LDAP search filters using OU not supported?
- Next by Date: Re: LDAP search filters using OU not supported?
- Previous by thread: Re: LDAP search filters using OU not supported?
- Next by thread: Re: LDAP search filters using OU not supported?
- Index(es):