LinguineCode / evenup-sssd

Puppet module to install and manage the SSSD service for LDAP authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it?

Puppet module install and configure sssd for LDAP authentication. SSSD is intended to replace nss_ldap for authentication.

Usage:

Include the SSSD module and it will set up PAM and the nsswitch for local and LDAP auth.

  class { 'sssd':
    ldap_base => 'dc=mycompany,dc=com',
    ldap_uri  => 'ldap://ldap1.mycompany.com, ldap://ldap2.mycompany.com',
  }

License:

Released under the Apache 2.0 licence

Contribute:

  • Fork it
  • Create a topic branch
  • Improve/fix (with spec tests)
  • Push new topic branch
  • Submit a PR

About

Puppet module to install and manage the SSSD service for LDAP authentication.

License:Other


Languages

Language:Ruby 59.8%Language:Puppet 31.1%Language:HTML 9.1%