Version information
This version is compatible with:
- ,
Start using this module
Add this module to your Puppetfile:
mod 'evenup-sssd', '0.6.0'
Learn more about managing modules with a PuppetfileDocumentation
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.
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
20150930 v0.6.0 Add support for SSS/IPA provider 20150517 v0.5.0 Support RHEL/CentOS7 oddjob 20150406 v0.4.0 Add more customization ability to nsswitch Add ability to not manage nsswitch 20150105 v0.3.1 Add acceptance tests Update helper files 20140131 v0.3.0 Allow configuring ldap_group_member 20130902 v0.2.0 Update log level type to current version v0.1.0: Add remote log agent (beaver) v0.0.2: Lint fixes - defaults for config Add expired account checking v0.0.1: Initial sssd release
Dependencies
- puppetlabs/stdlib (>=3.2.0 <5.0.0)
Copyright 2013 EvenUp Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.