Forge Home

nss_pam_ldapd

Manages nss-pam-ldapd

12,294 downloads

12,294 latest version

3.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.0.1 (latest)
released Jan 14th 2014

Start using this module

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

Add this module to your Puppetfile:

mod 'wcooley-nss_pam_ldapd', '0.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add wcooley-nss_pam_ldapd
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install wcooley-nss_pam_ldapd --version 0.0.1

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

wcooley/nss_pam_ldapd — version 0.0.1 Jan 14th 2014

Build Status

nss_pam_ldapd

Puppet module for managing the nss_pam_ldapd package.

Example

In hieradata/global.yaml:

nss_pam_ldapd::config::ldap:
    uris:
        - ldap://ldap1.example.com
        - ldap://ldap2.example.com
        - ldap://ldap3.example.com
    basedn: dc=pdx,dc=edu
    ssl: start_tls
    tls_cacertdir: /etc/openldap/cacerts
    tls_reqcert: never
    timelimit: 120
    bind_timelimit: 120
    idle_timelimit: 3600

In manifests somewhere:

    include nss_pam_ldapd

TODO

This package currently hardcodes the package, service and config file names for EL6 but with a little work could work for other applicable platforms.

Author

  • Wil Cooley wcooley(at)nakedape.cc
  • Dan Young dmy(at)pdx.edu

License

Author:: Wil Cooley (wcooley(at)nakedape.cc), Dan Young (dmy(at)pdx.edu)
Copyright:: Copyright (c) 2013 Wil Cooley, Dan Young
License:: Apache License, Version 2.0

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.

Support

Please log tickets and issues at our Github project.