mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 15:15:53 +03:00
[GH-ISSUE #45] What password encoding algorithm is used for hashing password? #25
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-test-openldap#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @micobarac on GitHub (Feb 13, 2023).
Original GitHub issue: https://github.com/rroemhild/docker-test-openldap/issues/45
When I try to login using professor: professor username and password, I get this error:
java.lang.NullPointerException: Cannot invoke "String.startsWith(String)" because "encPass" is nullIt looks like a LdapShaPasswordEncoder, but it doesn't work.