Installation for Debian/Ubuntu
From LTB repository
Configure the repository:
# vi /etc/apt/sources.list.d/ltb-project.list
deb [arch=amd64] https://ltb-project.org/debian/jessie jessie main
Import repository key:
# wget -O - https://ltb-project.org/wiki/lib/RPM-GPG-KEY-LTB-project | sudo apt-key add -
Then update:
# apt-get update
You are now ready to install:
# apt-get install self-service-password
From package
Debian package can be downloaded from this page. Choose the file with the .deb extension.
Install it:
# dpkg -i self-service-password_VERSION_all.deb
You will maybe be asked to install dependencies before:
# aptitude install apache2 php php-ldap php-mcrypt