1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

s4-provision: set 'dcerpc endpoint servers' but not 'vfs objects'

The VFS objects are now set in the fileserver.conf, but this is only read by smbd, so
the provision-time smb.conf needs to turn off the extra Samba4 DCE/RPC services.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2012-05-02 09:38:39 +10:00
parent 692b3bfd7f
commit 051042229d

View File

@ -1654,7 +1654,7 @@ def provision(logger, session_info, credentials, smbconf=None,
if not use_ntvfs:
server_services.append("-smb")
server_services.append("+s3fs")
global_param["vfs objects"] = ["acl_xattr"]
global_param["dcerpc endpoint servers"] = ["-winreg", "-srvsvc"]
if len(server_services) > 0:
global_param["server services"] = server_services