Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
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))