Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

LDAP search filters

harry24
Tera Contributor

Hello ,

 

How to create LDAP filter which will search for  a string that contains name , name+1 ,name+2 etc

5 REPLIES 5

Then do a query for the first part of the name in the sAMAccountName and check everything that came back or query for the account name and if it comes back then increment the number and query again until it does not come back with an account.