Stars: 1040
Forks: 300
Pull Requests: 264
Issues: 495
Watchers: 38
Last Updated: 2023-09-15 13:00:41
Web interface to change and reset password in an LDAP directory
License: GNU General Public License v3.0
Languages: Perl, PHP, Makefile, Shell, CSS, JavaScript, Smarty, Dockerfile
Self Service Password is a PHP application that allows users to change their password in an LDAP directory.
The application can be used on standard LDAPv3 directories (OpenLDAP, OpenDS, ApacheDS, Sun Oracle DSEE, Novell, etc.) and also on Active Directory.
It has the following features:
Documentation is available on https://self-service-password.readthedocs.io/en/latest/
We provide an official Docker image.
Create a minimal configuration file:
vi ssp.conf.php
<?php // My SSP configuration
$keyphrase = "mysecret";
$debug = true;
?>
And run:
docker run -p 80:80 \
-v $PWD/ssp.conf.php:/var/www/conf/config.inc.local.php \
-it docker.io/ltbproject/self-service-password:latest
Tarballs and packages for Debian and Red Hat are available on https://ltb-project.org/download.html
Debian and Red Hat repositories are also available, see installation instructions.
Source codes are available on https://github.com/ltb-project/self-service-password