aboutsummaryrefslogtreecommitdiff
path: root/net/samba4/Config.in
diff options
context:
space:
mode:
authorFritz D. Ansel <fdansel@yandex.ru>2021-08-02 20:04:39 +0200
committerHannu Nyman <hannu.nyman@iki.fi>2021-08-15 14:55:31 +0300
commit2992e3bb7d6e3baa700c4ca4f31299981bbebb6b (patch)
tree0d1ceb7155d80e47cf4d58bc3c24bba7fa194df6 /net/samba4/Config.in
parent6bac8c627573cca1bf859ebe746ef02c46a72a20 (diff)
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 <fdansel@yandex.ru>
Diffstat (limited to 'net/samba4/Config.in')
-rw-r--r--net/samba4/Config.in13
1 files changed, 13 insertions, 0 deletions
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