LDAP search filters
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 11:31 AM
Hello ,
How to create LDAP filter which will search for a string that contains name , name+1 ,name+2 etc
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2023 08:04 AM
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.