Forge Home

ldap

Configura la autenticacion via LDAP

10,962 downloads

6,661 latest version

2.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.1.2 (latest)
  • 0.1.1
  • 0.1.0
released Jul 27th 2016
This version is compatible with:
  • Puppet Enterprise >= 3.0.0
  • Puppet >= 3.5.0

Start using this module

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

Add this module to your Puppetfile:

mod 'vacosta-ldap', '0.1.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add vacosta-ldap
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install vacosta-ldap --version 0.1.2

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

Documentation

vacosta/ldap — version 0.1.2 Jul 27th 2016

ldap

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with ldap
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

Basicamente el modulo configura el demonio sssd en SO derivados de RHEL, tambien tiene la opcion de permitir grupos especificos

Module Description

Es aplicable para habilitar acceso segun la funcion de los equipos. Por ejemplo a los equipos de dba solo puede acceder el grupo dba, entonces se debe establecer $allow='dba'

Setup

Se debe copiar los archivos del modulo a la carpeta de modulos de su servidor Puppet-Master luego se debe definir los nodos Ej: node oracle1{ $allow='dba' include ldap }

What ldap affects

  • Instala el paquete sssd-client.
  • Modifica los archivos nsswitch.conf, sssd.conf y sudo-ldap.
  • Ejecuta un comando authconfig tomando los parametros cargardos en el archivo parametros.pp.

Setup Requirements OPTIONAL

Beginning with ldap

Es necesario cargar los parametros de nuestro servidor LDAP en el archivo manifests/parametros.pp En ese archivo estan datos de ejemplo de manera a facilitar la comprension.

Usage

Se debe definir a un nodo, y al aplicarse el mismo podra autenticar contra el servidor LDAP

Reference

Limitations

Este modulo esta pensado para sistemas operativos derivados de Red Hat Enterprise Linux 6.x y 7.x El mismo fue desarrollado y probado en entornos RHEL6

Development

El modulo cumple los requerimientos basicos para la autenticacion via LDAP, sin embargo se le pueden agregar varias funciones como por ejemplo la integracion con hiera

Release Notes/Contributors/Etc Optional