Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration Server throws NPE when using LDAP authentication and Microsoft AD #832

Closed
mariusoe opened this issue Jul 10, 2020 · 0 comments
Assignees
Labels
area/config-server bug Something isn't working

Comments

@mariusoe
Copy link
Member

In the current implementation, the configuration server throws a NPE when using LDAP authentication and Microsoft AD.
The reason is that the currently implementation using the LdapShaPasswordEncoder for comparing the given password with the password of the user object. The problem is that depending on the LDAP implementation the user object does not contain the raw password.

The implementation has been fixed in order to use a LDAP implementation like Microsft AD again.
See Springs LDAP implementation how this problem can be solved.

@mariusoe mariusoe added bug Something isn't working area/config-server labels Jul 10, 2020
@mariusoe mariusoe self-assigned this Jul 10, 2020
mariusoe added a commit that referenced this issue Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/config-server bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant