What would be the best way to search for a user in LDAP with a "like". I have a list of people that need to verified/validated in our corp. LDAP directory. The problem is if the cn attribute contains anything other "firstname lastname" my search fails (rightly so - I'm looking for an exact match). Now, what can I do when I have a name like "Jay Carnell" and I have the following attributes:
cn = "Jay Carnell II James Carnell II"
sn = "Carnell II"
givenname = "Jay James"
Can you do a like match on cn? (if so, how)
Thank you!
Mark
cn = "Jay Carnell II James Carnell II"
sn = "Carnell II"
givenname = "Jay James"
Can you do a like match on cn? (if so, how)
Thank you!
Mark