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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
sbertoletto
Partner - Contributor
Partner - Contributor

LDAP Filter QlikSense

Hello,

I don't sucess to write good syntax into LDAP filter field.

I had connect AD (Windows) to QlikSense. Now, i want to get member of a group. With LDAP tool i can access to the group (SPI_RCT) with this syntax :

CN=SPI_RCT,OU=SPI,OU=RECETTE,OU=Groupes Applicatifs,OU=XXX,DC=XXX,DC=dom

what's the right LDAP syntax to get member of the group SPI_RCT.

Thanks,

Sébastien

4 Replies
nwatson-qit
Partner - Contributor II
Partner - Contributor II

HI Sebastien,

The correct syntax should be:

(memberof=CN=SPI_RCT,OU=SPI,OU=RECETTE,OU=Groupes Applicatifs,OU=XXX,DC=XXX,DC=dom)

sbertoletto
Partner - Contributor
Partner - Contributor
Author

Thanks for your answer.

Unfortunlatly, it's not working. The beheviour is very strange.

I don't know what's the right syntax.

nwatson-qit
Partner - Contributor II
Partner - Contributor II

Where are you inputting the query string, Sebastien? Can you post a screenshot, please?

Not applicable

Hi Sébastien

The complete string you need to implement in the User Directory connector of Qlik Senses QMC would be

something like

(&(objectClass=user)(|

(memberof=CN=SPI_RCT,OU=SPI,OU=RECETTE,OU=Groupes Applicatifs,OU=XXX,DC=XXX,DC=dom))

Best regards