The CreatorCon Call for Content is officially open! Get started here.

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.