- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Content translations are temporarily unavailable due to site maintenance. We apologize for any inconvenience. Visit our blog to learn more.
05-16-2019 01:12 PM
All,
I am trying to import my LDAP groups, but don't want all of them. I have too many groups to put them in the Include list. I also have a large number of local.admin and Folder Access security groups. SInce I can't filter by OU, how can I filter using negate and wildcards for the security groups I don't want?
I am trying to use something like this:
| (!CN=Folder* ) (!CN=Local* )
Thanks,
Eric
05-16-2019 01:23 PM
Drop the ! and it should work fine.
05-16-2019 05:44 PM
05-16-2019 08:33 PM
I'm sorry, I completely didn't read the entire last sentence of your post. If you wanted to exclude those groups the filter should look something like below. Give that filter a go and we'll both see if my 2230 brain is working correctly.
(| (!(cn=Folder*))(!(cn=Local*)))
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!