Remove deprecated options.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-27 10:32:13 +01:00
parent e0db93d31e
commit d73e43a7f5
2 changed files with 0 additions and 4 deletions

View File

@@ -13,8 +13,6 @@ ENV ADMIN_PASSWORD_SECRET=samba-admin-password \
ALLOW_DNS_UPDATES=secure \
BIND_INTERFACES_ONLY=yes \
DOMAIN_ACTION=provision \
DOMAIN_LOGONS=yes \
DOMAIN_MASTER=no \
INTERFACES="lo eth0" \
LOG_LEVEL=1 \
MODEL=standard \

View File

@@ -10,8 +10,6 @@
add machine script = /usr/sbin/adduser -D -H -G users -s /bin/false %u
allow dns updates = {{ ALLOW_DNS_UPDATES }}
bind interfaces only = {{ BIND_INTERFACES_ONLY }}
domain logons = {{ DOMAIN_LOGONS }}
domain master = {{ DOMAIN_MASTER }}
interfaces = {{ INTERFACES }}
log level = {{ LOG_LEVEL }}
winbind refresh tickets = Yes