Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Purushothaman
Partner - Creator III
Partner - Creator III

LDAP Filter Syntax

Hi,
What would be the syntax for LDAP for the below scenario:

Where sAMAccountName = GRA-* without $. I want the records which are highlighted in green.

Purushothaman_0-1670397680215.png

 

This is my current LADP Filter for your reference:
(&(objectClass=user)sAMAccountName=GRA-*))

Anyone, Please help with the correct syntax.

Thank you!


Anyone, Please help.

1 Reply
vinieme12
Champion III
Champion III

try below

(&(objectClass=user)sAMAccountName like "GRA-*"))

or

(&(objectClass=user)sAMAccountName matches "GRA-*"))

 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.