mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s4:provision: place the sysvol share under "state dir" instead of "lock dir"
metze
This commit is contained in:
@ -726,7 +726,7 @@ def make_smbconf(smbconf, hostname, domain, realm, serverrole,
|
|||||||
statedir_line = ""
|
statedir_line = ""
|
||||||
cachedir_line = ""
|
cachedir_line = ""
|
||||||
|
|
||||||
sysvol = os.path.join(lp.get("lock dir"), "sysvol")
|
sysvol = os.path.join(lp.get("state dir"), "sysvol")
|
||||||
netlogon = os.path.join(sysvol, realm.lower(), "scripts")
|
netlogon = os.path.join(sysvol, realm.lower(), "scripts")
|
||||||
|
|
||||||
setup_file(setup_path("provision.smb.conf.%s" % smbconfsuffix),
|
setup_file(setup_path("provision.smb.conf.%s" % smbconfsuffix),
|
||||||
|
Reference in New Issue
Block a user