Files
samba-member/smb.conf.j2
Roman Vaníček e396be7982
Some checks failed
continuous-integration/drone/push Build is failing
Samba member server.
2022-12-10 23:42:04 +01:00

17 lines
524 B
Django/Jinja

# Generated by entrypoint.sh. Add customizations under /etc/samba/conf.d.
# DO NOT EDIT THIS FILE.
[global]
netbios name = {{ NETBIOS_NAME }}
realm = {{ REALM }}
server role = active directory domain controller
workgroup = {{ WORKGROUP }}
add machine script = /usr/sbin/adduser -D -H -G users -s /bin/false %u
bind interfaces only = {{ BIND_INTERFACES_ONLY }}
interfaces = {{ INTERFACES }}
log level = {{ LOG_LEVEL }}
winbind refresh tickets = Yes
winbind use default domain = {{ WINBIND_USE_DEFAULT_DOMAIN }}