diff options
author | Andy Walsh <andy.walsh44+github@gmail.com> | 2019-03-01 11:19:25 +0100 |
---|---|---|
committer | Andy Walsh <andy.walsh44+github@gmail.com> | 2019-03-01 11:19:25 +0100 |
commit | 77436747ceb06e6686045ac832324aa48c76bc43 (patch) | |
tree | d2878a776d5d88d492923ce46173eb32a1dffb94 /net/samba4/Config.in | |
parent | 1bf4e7ddf2febc921707e77e66bf389e922de430 (diff) |
samba4: tmsize patch, build with netbios by default
* add patch for tmsize overflow (https://bugzilla.samba.org/show_bug.cgi?id=13622)
* re-enable netbios by default
(Some users still need netbios and its just a minor size increase 50kb)
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Diffstat (limited to 'net/samba4/Config.in')
-rw-r--r-- | net/samba4/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba4/Config.in b/net/samba4/Config.in index c59c7b291..f56bc4e6f 100644 --- a/net/samba4/Config.in +++ b/net/samba4/Config.in @@ -76,7 +76,7 @@ config SAMBA4_SERVER_NETBIOS 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 n + default y config SAMBA4_SERVER_WINBIND bool "Winbind support" |