Provides a simple web form to modify a user's (e.g. your own) LDAP password.
This application uses the RFC 3062 LDAP Password Modify Extended Operation as implemented by the Go LDAPv3 library.
zxcvbn is used for realistic password strength estimation. The "Have I Been Pwned" Pwned Passwords list is used to check that a password has not been previously leaked.
This project supersedes the previous Spring Boot application.