Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to create a ldap filter with wildard but it doesn't work.
I have two Groups QlikSenseDevGrupp1 and QlikSenseDevGrupp2.
I am using this filter (memberOf=CN="QlikSenseDevGrupp1",OU=Groups,OU=xxx,DC=xxx,DC=Corp) and it is working.
I am using this filter (memberOf=CN="QlikSenseDevGrupp2",OU=Groups,OU=xxx,DC=xxx,DC=Corp) and it is working.
The filter with wildcard that doesn't work (memberOf=CN="QlikSenseDevGrupp*",OU=Groups,OU=xxx,DC=xxx,DC=Corp)
Does anybody know if it is possible to use wildcard?
Hey Thomas,
From https://social.technet.microsoft.com/wiki/contents/articles/5392.active-directory-ldap-syntax-filter..., it looks possible to use wildcards on LDAP queries to AD. Of course I'd recommend testing outside of Qlik Sense, example: https://qliksupport.force.com/articles/000014560
Hope that helps!
Hi,
Also try to use the LDAP Admin - a free LDAP directory browser and editor. It might be of help to you.
Thanks for your answers.
After searching I found that you can not use wildcard togheter with memberof.