Forge Home

openldap

Installs OpenLDAP

10,532 downloads

10,532 latest version

3.5 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.2.0 (latest)
released Aug 12th 2013

Start using this module

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

Add this module to your Puppetfile:

mod 'evenup-openldap', '0.2.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add evenup-openldap
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install evenup-openldap --version 0.2.0

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
Tags: openldap

Documentation

evenup/openldap — version 0.2.0 Aug 12th 2013

What is it?

A puppet module that installs OpenLDAP and manages the service. It uses an RPM based on the LDAP Toolbox project's RPM (included in the support directory) which has been modified to install files in the typical RHEL paths. This module does not configure the directory itself (an exercise left to the user), but instead focuses installing required files including certificates for SSL/TLS that is left as an exercise to the user.

An additional class (openldap::pwd_expire) is available that installs a nightly cron entry to check for users who's passwords are about to expire and emails them a warning message. This script requires using the ppolicy overlay for password aging.

Usage:

Generic OpenLDAP install

To use the check-password ppolicy module:

You will then need to modify your password policy entry by adding the the objectClass pwdPolicyChecker and the attribute pwdCheckModule with a value of check_password.so.

Setting up password expiration warning emails:

Known Issues:

Only tested on CentOS 6

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