7 Commits

Author SHA1 Message Date
9369d15cff Samba 4.16.8 seems to have broken SYSVOL.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-01-27 10:56:44 +01:00
c897b1104e Fall back to stable Alpine. Issues with disconnecting sysvol has been solved by removing "domain logons" and "domain master" from smb.conf.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-27 10:41:11 +01:00
d73e43a7f5 Remove deprecated options.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-27 10:32:13 +01:00
e0db93d31e Problems with installations from sysvol.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-25 21:08:44 +01:00
854355071b Missing new-line
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-21 00:19:06 +01:00
511b1f51d4 More succint win xattr permissions.
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-21 00:09:56 +01:00
6feb2e9aeb DC must ignore all unix permissions for SYSVOL to function properly for GPO (domain users do not log into the unix as opposed to member server).
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-20 23:05:40 +01:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
FROM alpine:3.17.0
#FROM alpine:edge
#FROM alpine:3.17.0
FROM alpine:edge
MAINTAINER Rich Braun "docker@instantlinux.net"
ARG BUILD_DATE
ARG VCS_REF
@@ -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,10 +10,12 @@
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
winbind use default domain = {{ WINBIND_USE_DEFAULT_DOMAIN }}
acl_xattr:ignore system acls = yes
acl_xattr:default acl style = windows
# Empty new-line must follow