This commit is contained in:
Jason Friedrich 2021-04-17 20:05:56 +02:00 committed by GitHub
parent 0c8c87ac72
commit 59bc4b2d96
1 changed files with 4 additions and 1 deletions

View File

@ -23,11 +23,14 @@ signing_required=no
# Disable directory caching
dir_cache_off=yes
# Lock negotiation to SMB3 only
# Lock negotiation to SMB2/3 only
# 7 == 0111 SMB 1/2/3 should be enabled
# 6 == 0110 SMB 2/3 should be enabled
# 4 == 0100 SMB 3 should be enabled
protocol_vers_map=6
# No SMB1, so we disable NetBIOS
port445=no_netbios
# Turn off notifications
notify_off=yes