Web UI for LDAP changing password
WebUI Client capable of connecting to backend LDAP server and changing the users password.
Running in docker container
docker run -d -p 8080:8080 --name ldap-passwd-webui \
-e LPW_TITLE="Change your global password for example.org" \
-e LPW_HOST="your_ldap_host" \
-e LPW_PORT="636" \
-e LPW_ENCRYPTED="true" \
-e LPW_START_TLS="false" \
-e LPW_SSL_SKIP_VERIFY="true" \
-e LPW_USER_DN="uid=%s,ou=people,dc=example,dc=org" \
-e LPW_USER_BASE="ou=people,dc=example,dc=org" \
npenkov/docker-ldap-passwd-webui:latest
Building and tagging
make
Credits
Languages
Go
64.7%
HTML
16.1%
CSS
15%
Dockerfile
3.5%
Makefile
0.7%