DataDog/pam-cookbook

Name: pam-cookbook

Owner: Datadog, Inc.

Description: Cookbook to manage PAM (Pluggable Authentication Module)

Forked from: evertrue/pam-cookbook

Created: 2016-07-14 22:54:48.0

Updated: 2016-07-14 22:54:49.0

Pushed: 2016-07-14 23:01:10.0

Homepage: null

Size: 16

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

pam-cookbook

Manages PAM services in /etc/pam.d

Limitations

This cookbook will not set up PAM if you do not already have it installed. It will only modify an existing configuration.

Also, currently it only includes defaults for /etc/pam.d/su. If you want to override any other PAM services, you will first need to transcribe the entire service configuration into the appropriate node attibute, otherwise the PAM file will be overwritten with only the attributes you configure (and your system will become unusable).

Supported Platforms

This cookbook should work fine on Red Hat systems, however it has only been tested on Ubuntu 12.04.

Attributes

NOTE: pam_env in this case is just a placeholder so that we can use a keyed hash instead of an array. disabled is optional but if it is present and set to true, it will prevent the entry from showing up in the PAM service file.

Usage
pam::default

Include pam in a recipe:

ude_recipe 'pam'
Contributing
  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request
License and Authors

Author:: EverTrue, Inc. (eric.herot@evertrue.com)


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.