Skip to content

Longsight/puppet-lemonldap-ng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet LemonLDAP::NG module

Table of Contents

  1. Overview
  2. Module Description
  3. Setup

Overview

This is the puppet LemonLDAP::NG module. It can be used to install LemonLDAP::NG on a server.

Module Description

Installation can be done on RedHat and Debian systems with Apache

Default SSO domain can also be configured.

Setup

Call lemonldap::server class to install LemonLDAP::NG on a node:

  class { 'lemonldap::server':
    domain        => $facts[domain],
    webserver     => 'apache',
    do_soap       => true,
    #do_ssl       => true,
    ssl_ca_path   => $ssl_ca_path,
    ssl_cert_path => $ssl_cert_path,
    ssl_key_path  => $ssl_key_path,
    sessionstore  => 'redis',
  }

About

Puppet module for LemonLDAP::NG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 59.4%
  • HTML 36.6%
  • Ruby 4.0%