I am looking for filtering multiple OU path for ldap. Need help on how we can do that.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2024 05:03 AM
From ldap intergration, we need to filter out different OU paths under a Parent OU.
Need help to apply the filter.
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2024 06:19 AM
You'd use the exclude operator to do so
(&(!(ou=Sales))(!(ou=Engineering))(!(ou=HR)))
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2024 05:32 AM
Hi Kieran,
Thanks for your help. Do you have any idea if we can exclude path in bold "
OU=PAM,OU=T0-Groups,OU=Tier 0,OU=Admin,DC=global,DC=internal,DC=carlsberggroup,DC=com"
"

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2024 05:52 AM
(&(!(OU=PAM,OU=T0-Groups,OU=Tier 0))