Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
rittermd
Master
Master

LDAP Filter

I am in the process of setting up a UDC using the AD.  This is all somewhat new to me.

Does anyone have examples of filters used in their UDC?  I absolutely do not want everyone in the AD to sync across. I currently only have 9 users in the AD that need to access Qlik.  I'm thinking that we need to create a Group in the AD for Qlik and add these 9 users to it.

Any thoughts/ideas are very much appreciated.

1 Reply
Levi_Turner
Employee
Employee

Here's a sample: (&(objectClass=user)(memberOf:1.2.840.113556.1.4.1941:=CN=SenseUsers,CN=Users, DC=domain,DC=local))

And I am attaching a doc which should get you down the right path.