This docker is for users to modify ldap password. This image is based on the Self Service Password system.
Current Version: Self Service Password 1.3
- Launch the ssp container
docker run --name ssp -d -p 80:80 openfrontier/ldap-ssp
docker cp ssp:/var/www/html/ssp/conf/config.inc.php ./config.inc.local.php
vi ./config.inc.local.php
docker cp ./config.inc.local.php ssp:/var/www/html/ssp/conf/config.inc.local.php
- Open your browser to
http://localhost/ssp
For debugging and maintenance purposes you may want access the containers shell.
docker exec -it ssp bash
* https://hub.docker.com/_/php/
* https://github.com/ltb-project/self-service-password
* http://ltb-project.org/wiki/documentation/self-service-password