Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
dewan_abdullah
Partner - Contributor III
Partner - Contributor III

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 Solution

Accepted Solutions
Miguel_Angel_Baeyens

You should use something like

(!(memberOf=cn=GroupName,ou=users,dc=company,dc=com))

View solution in original post

1 Reply
Miguel_Angel_Baeyens

You should use something like

(!(memberOf=cn=GroupName,ou=users,dc=company,dc=com))