Fix sambox-client.

This commit is contained in:
Andreas B. Mundt 2022-06-14 10:41:21 +02:00 committed by Andreas B. Mundt
parent ec66744db4
commit 06973c015b
2 changed files with 7 additions and 4 deletions

View file

@ -1,4 +1,4 @@
basedn: "{{ 'dc=' + ( ansible_dns['domain'] | default('intern') | replace('^.','') | replace('.$','') | replace('.',',dc=')) }}"
basedn: "{{ 'dc=' + ( ansible_domain | replace('^.','') | replace('.$','') | replace('.',',dc=')) }}"
ldap_server: ldap
home_server: homes
min_id_sssd: 5000