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:
@ -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
|
||||
|
Reference in New Issue
Block a user