Skip to content

acaranta/ldap-selfservice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ldap-selfservice

LDAP Toolbox Project - Self-Service Password Dockerized version Forked from version 0.8 - http://ltb-project.org/wiki/documentation/self-service-password

How to use

  • First run :
docker run --rm -ti -v yourconfpath:/var/www/ldap-selfservice/conf acaranta/ldap-selfservice
# This will copy the default configuration file to yourconfpath
# Exit with [Control+C]
  • Edit your configuration in yourconfpath/config.inc.php
  • Normal run :
docker run -d -p <yourport>:80 -v yourconfpath:/var/www/ldap-selfservice/conf -e SMTPSRV=yoursmtp:port acaranta/ldap-selfservice

IMPORTANT

Beware : this container is running on purpose on clear HTTP protocol, it is NOT to be used as is directly on the web.... use an SSL reverse proxy on only expose it to your pricate network.

About

LDAP Toolbox Project - Self-Service Password (0.8 fork) - http://ltb-project.org/wiki/documentation/self-service-password

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 82.4%
  • CSS 11.2%
  • JavaScript 4.1%
  • HTML 1.7%
  • Shell 0.6%