Sign inSign up

dobernoeder/ldap-ssp

By dobernoeder

•Updated almost 5 years ago
Archived

LDAP Self-Service

Image
0

1.0K

dobernoeder/ldap-ssp repository overview

⁠ldap-ssp

This docker is for users to modify ldap password. This image is based on the Self Service Password⁠ system.

⁠Version

Current Version: Self Service Password 1.3

⁠Quick Start

  1. 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
  1. Open your browser to http://localhost/ssp

⁠Shell Access

For debugging and maintenance purposes you may want access the containers shell.

docker exec -it ssp bash

⁠References

* https://hub.docker.com/_/php/
* https://github.com/ltb-project/self-service-password
* http://ltb-project.org/wiki/documentation/self-service-password

Tag summary

Content type

Image

Digest

Size

191.7 MB

Last updated

almost 5 years ago

docker pull dobernoeder/ldap-ssp