This commit is contained in:
parent
0c8c87ac72
commit
59bc4b2d96
|
|
@ -23,11 +23,14 @@ signing_required=no
|
||||||
# Disable directory caching
|
# Disable directory caching
|
||||||
dir_cache_off=yes
|
dir_cache_off=yes
|
||||||
|
|
||||||
# Lock negotiation to SMB3 only
|
# Lock negotiation to SMB2/3 only
|
||||||
# 7 == 0111 SMB 1/2/3 should be enabled
|
# 7 == 0111 SMB 1/2/3 should be enabled
|
||||||
# 6 == 0110 SMB 2/3 should be enabled
|
# 6 == 0110 SMB 2/3 should be enabled
|
||||||
# 4 == 0100 SMB 3 should be enabled
|
# 4 == 0100 SMB 3 should be enabled
|
||||||
protocol_vers_map=6
|
protocol_vers_map=6
|
||||||
|
|
||||||
|
# No SMB1, so we disable NetBIOS
|
||||||
|
port445=no_netbios
|
||||||
|
|
||||||
# Turn off notifications
|
# Turn off notifications
|
||||||
notify_off=yes
|
notify_off=yes
|
||||||
Loading…
Reference in New Issue