-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.1.5, 5.2 M2
-
Component/s: Directory
-
Tags:
-
Impact type:Configuration format change
-
Upgrade notes:
Currently UserManager.searchPrincipals uses substring search on all userSearchFields which makes search on ID field only indexed for exact match fail on very large directories.
Proposed fix: make it possible to choose between exact match and substring match for each field in the UserManager extension point configuration.