This module install and configure Self Service Password. A web interface to change and reset password in an LDAP directory http://ltb-project.org
- Description
- Setup - The basics of getting started with ssp
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Self Service Password permits users to change their password and SSH public key in an LDAP directory.
Excepted git, the module does not affect your system. It just download SSP and configure it.
The system_owner
that own the file of Self Service Password must already exists. The module does not create it.
You have to setup a webserver with PHP. Because we do not want to make choise for you about your architecture.
So you can use apache or nginx, simple PHP or php-FMP.
The following code :
- download the default version of SSP to the default path.
- inodes are owned by already existing system account
ssp
. - configure some settings.
class { 'ssp' :
system_owner => 'ssp',
ldap_binddn => 'uid=bindssp,cn=sysaccounts,cn=etc,dc=example,dc=com',
ldap_bindpw => 'bindpw',
ldap_base => 'cn=users,cn=accounts,dc=example,dc=com',
ldap_whochange_pw => 'manager',
mail_from => '[email protected]',
manage_git => true,
ldap_url => ['ldap://10.10.10.10'],
}
Details in REFERENCE.md.
This module does not handle usage of questions and SMS.
Home at URL https://gitlab.adullact.net/adullact/puppet-ssp
Issues and MR are welcome. CONTRIBUTING.md gives some guidance about contributing process. If you follow these contributing guidelines your patch will likely make it into a release a little more quickly.
Details in CHANGELOG.md.
Copyright (C) 2018 Association des Développeurs et Utilisateurs de Logiciels Libres
pour les Administrations et Colléctivités Territoriales.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/agpl.html>.