I’m stuck on a problem where I need to make a filter to find a DN that doesn’t have a “DC=blah” string.
so I have:
(!(distinguishedName='*DC=blah*'))
But that is not getting through well.
Help please!
EDIT: Sorry I forgot to put asterisk in the search string.
It seemed like there was NO WAY to get the DN filtered to way I like it so I had to use second filtering method using CFQUERY.