Forge Home

sssd

Manage the SSSD service.

12,178 downloads

7,150 latest version

4.8 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

  • 0.3.0 (latest)
  • 0.2.0
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
released Apr 13th 2016
This version is compatible with:
  • ,

Start using this module

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

Add this module to your Puppetfile:

mod 'asciiduck-sssd', '0.3.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add asciiduck-sssd
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install asciiduck-sssd --version 0.3.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

asciiduck/sssd — version 0.3.0 Apr 13th 2016

sssd

Table of Contents

  1. Overview
  2. Module Description
  3. Usage - Configuration options and additional functionality
  4. Development - Guide for contributing to the module

Overview

SSSD is the replacement for nslcd that is the default in CentOS and RHEL 7.

Module Description

This module will install, configure and manage the SSSD service, but it will not touch your nsswitch or your pam configs, that's the job for another module.

Currently this module only supports RHEL/CentOS 7, Ubuntu 14.04, Debian 8.x; however, if you specify the needed parameters yourself you can override the "unsupported os" failure.

Previously this module would install the sudo package on Debian based platforms which replaced the package sudo-ldap. It was decided that the decision of which sudo package to use was out of scope of this module. If you are seeing issues with sudo and sssd on Ubuntu 14.04 or Debian 8.x ensure you have sudo installed and not sudo-ldap.

Usage

Incoming

Development

If you would like to contribute, just go through the standard:

  • Fork
  • Feature branch
  • Pull Request