gabethecabbage.sssd-ldap

ansible-role-sssd-ldap

Installs, configures, and enables SSSD/LDAP authentication for RHEL/Ubuntu.

Requirements

None.

Role Variables

Variable Name Defaults Description
ldap_schema rfc2307bis The LDAP schema to use.
ldap_search_base None The base DN for LDAP searches.
ldap_uri None The URI for the LDAP server.
ldap_users None List of users to allow access.
ldap_groups None List of groups to allow access.
usernames_case_sensitive True Whether username searches should be case-sensitive.

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
    - role: gabethecabbage.sssd-ldap
      ldap_schema: rfc2307bis
      ldap_search_base: ou=company,o=co,c=uk
      ldap_uri: ldap.company.co.uk
      usernames_case_sensitive: False
      ldap_users:
        - user1
        - user2
      ldap_groups:
        - cn=group1,ou=groups,ou=company,o=co,c=uk
        - cn=group2,ou=groups,ou=company,o=co,c=uk
Informazioni sul progetto

Installs, configures and enables sssd/ldap authentication for RHEL/Ubuntu

Installa
ansible-galaxy install gabethecabbage.sssd-ldap
Licenza
Unknown
Download
113
Proprietario