You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: