From 2992e3bb7d6e3baa700c4ca4f31299981bbebb6b Mon Sep 17 00:00:00 2001 From: "Fritz D. Ansel" Date: Mon, 2 Aug 2021 20:04:39 +0200 Subject: samba4: allow disabling wsdd2 in menuconfig but keep it selected by default as before so it could be selected if nmbd and/or wssd2 should be used Signed-off-by: Fritz D. Ansel --- net/samba4/Config.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'net/samba4/Config.in') diff --git a/net/samba4/Config.in b/net/samba4/Config.in index a7bc1269c..d287effa5 100644 --- a/net/samba4/Config.in +++ b/net/samba4/Config.in @@ -1,3 +1,16 @@ +config SAMBA4_SERVER_WSDD2 + bool "WSD support" + depends on PACKAGE_samba4-server + select PACKAGE_wsdd2 + help + selects: wsdd2 (daemon) + + WSD/LLMNR Discovery/Name Service Daemon + WSD (Web Services for Devices) replaces the functionality of NetBIOS and is provided by the wsdd2 package (selected by default). + Note: As of Windows 10 Fall Creators Update (1709) NetBIOS isn't supported unless the old SMB1 feature is reinstalled (not recommended). + Network shares can be directly accessed via network paths '\\hostname\sharename' and mounted via 'map network drive' without NetBIOS or WSD. + default y + config SAMBA4_SERVER_NETBIOS bool "NetBIOS support" depends on PACKAGE_samba4-server -- cgit v1.2.3