Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcooley/puppet-nss_pam_ldapd
Puppet module to manage nss_pam_ldapd
https://github.com/wcooley/puppet-nss_pam_ldapd
Last synced: 3 months ago
JSON representation
Puppet module to manage nss_pam_ldapd
- Host: GitHub
- URL: https://github.com/wcooley/puppet-nss_pam_ldapd
- Owner: wcooley
- License: apache-2.0
- Created: 2013-09-26T18:45:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T15:22:41.000Z (almost 9 years ago)
- Last Synced: 2024-10-08T08:25:33.083Z (3 months ago)
- Language: Puppet
- Size: 308 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/wcooley/puppet-nss_pam_ldapd.png?branch=master)](https://travis-ci.org/wcooley/puppet-nss_pam_ldapd)
nss_pam_ldapd
=============Puppet module for managing the `nss_pam_ldapd` package.
Example
-------In `hieradata/global.yaml`:
nss_pam_ldapd::config::ldap:
uri:
- ldap://ldap1.example.com
- ldap://ldap2.example.com
- ldap://ldap3.example.com
base: dc=pdx,dc=edu
ssl: start_tls
tls_cacertdir: /etc/openldap/cacerts
tls_reqcert: never
timelimit: 120
bind_timelimit: 120
idle_timelimit: 3600In 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.eduLicense
-------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.0Licensed 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 athttp://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][1].
[1]: https://github.com/wcooley/puppet-nss_pam_ldapd/issues