Move sysvol and netlogon to smb.conf (only user editable should remain in conf.d).
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is failing

Use lowercase REALM for netlogon share path.
This commit is contained in:
2023-01-27 11:28:00 +01:00
parent 9369d15cff
commit 100b127a29
4 changed files with 11 additions and 10 deletions

View File

@@ -18,4 +18,12 @@
acl_xattr:ignore system acls = yes
acl_xattr:default acl style = windows
[sysvol]
path = /var/lib/samba/sysvol
read only = No
[netlogon]
path = /var/lib/samba/sysvol/{{ DOMAIN }}/scripts
read only = No
# Empty new-line must follow