Update to 2022-12-27 16:00

This commit is contained in:
Daniel Berteaud 2022-12-27 16:00:11 +01:00
parent 1a24e65c5b
commit 43394dbc79
1 changed files with 2 additions and 0 deletions

View File

@ -3,10 +3,12 @@
realm = {{ samba_realm | upper }}
workgroup = {{ samba_domain | upper }}
kerberos method = secrets and keytab
{% if samba_role not in ['dc', 'rodc'] %}
idmap config * : backend = tdb
idmap config * : range = 10000-19999
idmap config {{ samba_domain | upper }} : backend = sss
idmap config {{ samba_domain | upper }} : range = 200000-2147483647
{% endif %}
{% for domain in samba_trusted_domains %}
idmap config {{ domain.name | upper }} : backend = sss
{% endfor %}