-
Adam Lewenberg authoredAdam Lewenberg authored
README.md 2.57 KiB
Table of Contents generated with DocToc
Stanford ACS OpenLDAP Puppet Module
Introduction
Puppet module to manage Stanford's OpenLDAP service. Supports both traditional servers and containers.
Usage
OpenLDAP Installation and Configuration
The main class ldap
supports the installation of OpenLDAP and some of
OpenLDAP's configuration. The simplest installation (which accepts all the
defaults) is:
class { 'ldap':
}
This assumes installation on a traditional Debian server and will install whichever version of OpenLDAP is current for that version of Debian.