Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
marley1978
Contributor III
Contributor III

Directory User Connector - Active Directory

I am trying to figure out how to add multiple AD Groups using the LDAP Filter option.

Currently I have this and it works for one group.

(memberof=CN=QLIK_Marketing,OU=Groups,DC=XX,DC=mycompany,DC=com)

How do I add more than one group?  Also can I add filters for a user that is not part of a group?

Thanks

4 Replies
jaisoni_trp
Creator II
Creator II

Try something like

(&(|(memberof=CN=QLIK_Marketing,OU=Groups,DC=XX,DC=mycompany,DC=com)

(memberof=CN=QLIK_R&D,OU=Groups,DC=XX,DC=mycompany,DC=com))(objectClass=user))

You can also pass on LDAP string in user and AD group through control panel.

marley1978
Contributor III
Contributor III
Author

Thanks,

What do you mean pass LDAP String in user and ad group through control panel? 

jaisoni_trp
Creator II
Creator II

Have a look at "Doing a Search Using Active Directory Users and Computers"

https://technet.microsoft.com/en-us/library/aa996205(v=exchg.65).aspx

barry_stevens
Partner - Creator II
Partner - Creator II

This was my solution - doing in AD (add the groups to a single group in AD) not Qlik - you'll still see that they are members of all the groups

Re: Active Directory several groups (User directory connectors)

Snipet from the above

However, another way is to have a single Group (QLIK-ALL) that contains those two groups and use the rules within qlik to control access.  When you bring a user in it brings in all the groups it is a member of so you can then use the Admin and user group in qlik rules.  In this case you could use the following


(&(objectCategory=person)(objectClass=user)(&memberOf=CN=QLIK-ALL,ou=***,ou=***,ou=***,DC=***,DC=***)))

Hope this helps

Barry