Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Looking for a way to add multiple LDAP filters to a UDC connection so we can bring in 2 different sets of users to Qlik Sense. We've tried separating the filter with a semi-colon but that only appears to deactivate users already brought in. Changing the filter and syncing for each group individually appears to set users to 'inactive' that are not part of the last sync. Any other ways to do this without a wildcard and bringing in more users than wanted?
Thanks in advance.
-Derry
This one also:
Ah, I see it now, the second example on the first link shows a 'or' in the filter right before the multiple items:
>>>|<<<(sAMAccountName=userid)(sAMAccountName=userid)
(called out with the >< characters)
Then the different filter items are separated by open / close parentheses.
Thanks!