Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 542 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 542 Bytes

Ansible authconfig role

Role to make sure that authconfig works with the Univention LDAP server and configure sudo to work with ldap.

Requirements

  • koichirok.authconfig-module

Example Playbook

---
# Example playbook
- authconfig:
    enableldap: yes
    enableldapauth: yes
    enableldaptls: no
    ldapserver=ldap://127.0.0.1/
    ldapbasedn=dc=example,dc=com

License

MIT

Author Information


Changelog

  • 2018-07-24 - Ton Kersten - Initial checkin