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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Setup a UDC with LDAP Filters - syntax ?

I am trying to set up a Active Directory UDC with a ldap filter and I cannot figure out the syntax for the filter.  I want to only bring in certain groups, i.e. Qlik Sense Admins, Qlik Sense Developers, Qlik Sense Users, etc.  Does anyone know the proper syntax to do this?

Thanks,

10 Replies
christianflood
Partner - Contributor II
Partner - Contributor II

I would use nested groups in case you want to add more groups later without having to change the ldap search filter

 

(memberOf:1.2.840.113556.1.4.1941:=
CN=Parent_Group,OU=Groups,OU=Company,DC=corp,DC=com)

 

This will add all users belonging to Parent_Group and all its nested groups