All checks were successful
continuous-integration/drone/push Build is passing
join domain also using "net ads join" Service start commands.
21 lines
644 B
Django/Jinja
21 lines
644 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 = member server
|
|
security = ads
|
|
local master = no
|
|
dedicated keytab file = /etc/samba/krb5.keytab
|
|
kerberos method = secrets and keytab
|
|
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 }}
|
|
|