Add username as an option for SearchFilter#249
Add username as an option for SearchFilter#249kirktarou wants to merge 1 commit intospring-projects:masterfrom
Conversation
Currently, search filter substitutions are limited only to the bindPrincipal (username@domain).
'username' value will be substituted with {1}
|
This seems to be a solution for #3303 |
|
@Kirkalicious Please sign the Contributor License Agreement! |
|
@Kirkalicious Thank you for signing the Contributor License Agreement! |
|
@Kirkalicious Thank you for signing the Contributor License Agreement! |
|
@Kirkalicious Thanks for submitting this PR. The search filter substitution for {1} won't take effect based on your changes as the default We also need tests added for this change. After you update the PR I'll merge this. Thank you. |
|
Related to #3950 |
|
Thanks for submitting this PR @Kirkalicious. We are currently re-thinking our approach to an Active Directory The work has already started in #4064 if you would like to track the progress and provide any input/feedback. I'm going to close this PR as we will address your input/feedback in #4064. |
Currently, search filter substitutions are limited only to the bindPrincipal (username@domain).
'username' value will be substituted with {1}