
Partner - Contributor III
2017-08-09
03:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is the additional LDAP Filter to exclude specific group when reading users from AD?
Hello,
I am trying to read users on Qlik Sense but the log file is showing "Recursive group hierarchy discovered at ...."
So I want to exclude that specific group.
Thanks,
1,260 Views
1 Solution
Accepted Solutions
.png)

Employee
2017-08-09
03:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You should use something like
(!(memberOf=cn=GroupName,ou=users,dc=company,dc=com))
954 Views
1 Reply
.png)

Employee
2017-08-09
03:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You should use something like
(!(memberOf=cn=GroupName,ou=users,dc=company,dc=com))
955 Views
