Line 67:
Line 67:
==notes about Window 10 and SME Server 10==
==notes about Window 10 and SME Server 10==
−
As reported in [[Bugzilla:9555]], with default configuration while samba 4.4.4-12 should be able to use SMB3_11 protocol and Windows 10 should ask for it, it seems that the negotiation fails. The fixe we applied is to limit the protocol offered by SME 10 to NT1. An alternative would have been to patch the registry of every windows 10 client with the following:
+
As reported in [[Bugzilla:9555]], with default configuration while samba 4.4.4-12 should be able to use SMB3_11 protocol and Windows 10 should ask for it, it seems that the negotiation fails.
+
+
config setprop smb ServerMaxProtocol NT1
+
expand-template /etc/smb.conf
+
service smb restart
+
+
An alternative would have been to patch the registry of every windows 10 client with the following:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\ParametersRegistry]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\ParametersRegistry]