Remove deprecated options.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -13,8 +13,6 @@ ENV ADMIN_PASSWORD_SECRET=samba-admin-password \
|
|||||||
ALLOW_DNS_UPDATES=secure \
|
ALLOW_DNS_UPDATES=secure \
|
||||||
BIND_INTERFACES_ONLY=yes \
|
BIND_INTERFACES_ONLY=yes \
|
||||||
DOMAIN_ACTION=provision \
|
DOMAIN_ACTION=provision \
|
||||||
DOMAIN_LOGONS=yes \
|
|
||||||
DOMAIN_MASTER=no \
|
|
||||||
INTERFACES="lo eth0" \
|
INTERFACES="lo eth0" \
|
||||||
LOG_LEVEL=1 \
|
LOG_LEVEL=1 \
|
||||||
MODEL=standard \
|
MODEL=standard \
|
||||||
|
|||||||
@@ -10,8 +10,6 @@
|
|||||||
add machine script = /usr/sbin/adduser -D -H -G users -s /bin/false %u
|
add machine script = /usr/sbin/adduser -D -H -G users -s /bin/false %u
|
||||||
allow dns updates = {{ ALLOW_DNS_UPDATES }}
|
allow dns updates = {{ ALLOW_DNS_UPDATES }}
|
||||||
bind interfaces only = {{ BIND_INTERFACES_ONLY }}
|
bind interfaces only = {{ BIND_INTERFACES_ONLY }}
|
||||||
domain logons = {{ DOMAIN_LOGONS }}
|
|
||||||
domain master = {{ DOMAIN_MASTER }}
|
|
||||||
interfaces = {{ INTERFACES }}
|
interfaces = {{ INTERFACES }}
|
||||||
log level = {{ LOG_LEVEL }}
|
log level = {{ LOG_LEVEL }}
|
||||||
winbind refresh tickets = Yes
|
winbind refresh tickets = Yes
|
||||||
|
|||||||
Reference in New Issue
Block a user