Move sysvol and netlogon to smb.conf (only user editable should remain in conf.d).
Use lowercase REALM for netlogon share path.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user