Forge Home

ssp

Web interface to change and reset password in an LDAP directory http://ltb-project.org

4,509 downloads

2,148 latest version

5.0 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.4.0 (latest)
  • 1.3.0
  • 1.2.1
  • 1.2.0
  • 1.1.0
  • 1.0.1
  • 1.0.0
released Nov 13th 2019
This version is compatible with:
  • Puppet Enterprise 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x, 2017.3.x, 2017.2.x, 2016.4.x
  • Puppet >= 4.10.0 < 7.0.0
  • ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'adullact-ssp', '1.4.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add adullact-ssp
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install adullact-ssp --version 1.4.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

adullact/ssp — version 1.4.0 Nov 13th 2019

ssp

This module install and configure Self Service Password. A web interface to change and reset password in an LDAP directory http://ltb-project.org

Table of Contents

  1. Description
  2. Setup - The basics of getting started with ssp
  3. Usage - Configuration options and additional functionality
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the module

Description

Self Service Password permits users to change their password and SSH public key in an LDAP directory.

Setup

What ssp affects

Excepted git, the module does not affect your system. It just download SSP and configure it.

Setup Requirements

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.

Usage

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         => 'admin@example.com',
    manage_git        => true,
    ldap_url          => ['ldap://10.10.10.10'],
  }

Reference

Details in REFERENCE.md.

Limitations

This module does not handle usage of questions and SMS.

Development

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.

Release Notes/Contributors/Etc.

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>.