-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Open
Labels
Needs: Attention 👋This issue needs the attention of a contributor, typically because the OP has provided an update.This issue needs the attention of a contributor, typically because the OP has provided an update.area-security
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
The LdapAdapter class is using the full down-level logon name to do LDAP queries.
In our active directory the sAMAccountName doesn't contain the domain and hence the lookup fails.
I found definitions which say it's a must to contain the domain name and vice versa
Describe the solution you'd like
Would it be possible to introduce an option to change the behavior of LdapAdapter to omit the domain name on the ldap lookup?
Additional context
No response
Metadata
Metadata
Assignees
Labels
Needs: Attention 👋This issue needs the attention of a contributor, typically because the OP has provided an update.This issue needs the attention of a contributor, typically because the OP has provided an update.area-security