Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
HI Sebastien,
The correct syntax should be:
(memberof=CN=SPI_RCT,OU=SPI,OU=RECETTE,OU=Groupes Applicatifs,OU=XXX,DC=XXX,DC=dom)
Thanks for your answer.
Unfortunlatly, it's not working. The beheviour is very strange.
I don't know what's the right syntax.
Where are you inputting the query string, Sebastien? Can you post a screenshot, please?
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