Skip to content

ruimoreira/openldap-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openldap-client

Openldap authentication for centos and debian based distros, the goal is to setup sssd, pam and openldap_client libs in a way that can be used by any distro to authenticate against a working openldap server. This assumes you used the role openldap-server to setup your server or cluster or servers

Requirements

Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.

Role Variables

A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.

Testing

A set of tests is available for this role and will test for the following scenarios:

  • Vagrant running Centos or Debian
  • Docker running Centos or Debian

Different distributions have different sets of tests to account for different services, file locations etc, vagrant can be used for development testing while docker scenarios will be used for CI/CD pipelines (travis only for now ) The tests can be used like this :

for a debian based distro using vagrant

molecule test --scenario-name vagrant-debian

for centos using vagrant

molecule test --scenario-name vagrant-centos

The reason for choosing Centos and Debian, is just the fact that these seem to be influence several other distros that follow the same packaging and guidelines, for this reason implementation and tests aim to be as generic as possible

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: openldap_client, x: 42 }

License

BSD

Author Information

An optional section for the role authors to include contact information, or a website (HTML is not allowed).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages