Version information
released Jun 10th 2015
This version is compatible with:
- , , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'unibet-pamldap', '0.1.4'
Learn more about managing modules with a PuppetfileDocumentation
unibet/pamldap — version 0.1.4 Jun 10th 2015
unibet-pamldap
Table of Contents
Overview
Configure a system to use LDAP for user authentication, authorisation and related name resolution.
Currently only tested on Redhat-like systems.
Usage
class { 'pamldap':
ldap_base => 'dc=example,dc=com',
krb_realm => 'EXAMPLE.COM',
krb_domain => 'example.com',
kdcs => ['10.7.96.13', '10.7.96.14'],
}
Dependencies
- puppetlabs-stdlib (>=1.0.0)