1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

s4:provision: place the sysvol share under "state dir" instead of "lock dir"

metze
This commit is contained in:
Stefan Metzmacher
2011-07-12 13:49:18 +02:00
parent 1c5390e39f
commit e10d7d9941

View File

@ -726,7 +726,7 @@ def make_smbconf(smbconf, hostname, domain, realm, serverrole,
statedir_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")
setup_file(setup_path("provision.smb.conf.%s" % smbconfsuffix),