mirror of
https://github.com/dredx/prole.git
synced 2026-09-27 06:54:31 +00:00
21 lines
712 B
Django/Jinja
21 lines
712 B
Django/Jinja
# Global parameters
|
|
[global]
|
|
dns forwarder = {{ samba_ad_dc_dns_forwarders | join(' ') }}
|
|
|
|
netbios name = {{ samba_ad_dc_netbios_name }}
|
|
realm = {{ samba_ad_dc_realm }}
|
|
server role = {{ samba_ad_dc_server_role }}
|
|
server services = {{ samba_ad_dc_server_services }}
|
|
workgroup = {{ samba_ad_dc_workgroup }}
|
|
idmap_ldb:use rfc2307 = {{ "yes" if samba_ad_dc_rfc2307 else "no" }}
|
|
template homedir = {{ samba_ad_dc_template_homedir }}
|
|
template shell = {{ samba_ad_dc_template_shell }}
|
|
|
|
[sysvol]
|
|
path = {{ samba_ad_dc_sysvol_path }}
|
|
read only = No
|
|
|
|
[netlogon]
|
|
path = {{ samba_ad_dc_netlogon_path }}
|
|
read only = No
|