Skip to content

jlambert121/evenup-sssd

 
 

Repository files navigation

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',
    ldap_pwd_policy => 'none',
  }

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 55.2%
  • Puppet 29.5%
  • HTML 10.7%
  • Roff 4.6%