[kio] [Bug 339752] enable max protocol SMB3
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Sun Aug 27 19:36:05 BST 2017
https://bugs.kde.org/show_bug.cgi?id=339752
suse at kabelfunk.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |suse at kabelfunk.de
--- Comment #4 from suse at kabelfunk.de ---
Dolphin is using smbclient to access smb shares.
As written in comment #0, smbclient is using only NT1 (=SMB1) as maximum
protocol.
see also
https://www.samba.org/samba/history/samba-4.1.0.html
"The default protocol for smbclient and smbcacls is still
SMB1 (the NT1 protocol dialect). An SMB2 or SMB3 connection
can be selected in one of two ways."
I see different solutions:
1. Wait until smbclient use SMB3 (or SMB2) as maximum protocol *per default*
2. Force kio-smb to use SMB3 (or SMB2)
3. create ~/.smb/smb.conf on your local machine:
[global]
client max protocol = SMB3
I've tried solution #3 and it works.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list