Draft implementation of sambox-client.

This commit is contained in:
Andreas B. Mundt 2021-04-09 10:17:45 +02:00 committed by Andreas B. Mundt
parent e5ae626936
commit e55997a01c
10 changed files with 152 additions and 7 deletions

View file

@ -1,4 +1,4 @@
basedn: "{{ 'dc=' + ( ansible_domain | replace('^.','') | replace('.$','') | replace('.',',dc=')) }}"
ldap_server: ldap
ldap_server: sambox
min_id_sssd: 5000
max_id_sssd: 20000

View file

@ -18,3 +18,6 @@ cache_credentials = true
min_id = {{ min_id_sssd }}
max_id = {{ max_id_sssd }}
## remove this after providing propper certificates:
ldap_tls_reqcert = allow