Details
-
New Feature
-
Status: Done
-
Low
-
Resolution: Done
-
None
-
None
-
SR4J Sprint 90
-
3.8
Description
Currently, the LDAP Picker Script Field Search Attribute only accepts one attribute.
As a user,
I need to be able to search an LDAP Picker Script Field with a keyword which matches multiple Search Attributes.
So that I can return all entries (usually names) which match my search term across multiple attributes.
Sample Use Case
I have 2 users with the following attributes: givenName, sn (surname), cn (common name).
For example:
- James Bond (givenName=James; sn=Bond; cn=James Bond)
- LeBron James (givenName=LeBron; sn=James; cn=LeBron James)
Now, when I set the Search attribute to cn and search the field with the keyword 'James', my search result would only return 1 user - James Bond.
Once this feature request is implemented, it should be possible to set "sn", "cn" and/or "givenName" as the search attributes so that my search of "James" would return both entries: James Bond and LeBron James.