Summary: | smb:// KIO still tries SMBv1 first which is blocked by modern servers | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kio-extras | Reporter: | Waleed Hamra <kdebugs> |
Component: | default | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | major | CC: | rdieter, sebas |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Waleed Hamra
2017-05-29 07:13:32 UTC
How are you specifying protocol in smb.conf? (I ask because it's non-obvious and easy to get wrong). Or rather, do other things work as expected, like 'smbclient' ? Sorry for the report. After lots of digging and some wiresharking, I realized the issue. Setting max protocol to smb3 causes an smb3(2.1) connection, which our server refuse. and attempting to use smb1 will also result in the server completely ignoring the request. Setting both min and max protocol to smb2 makes all tools happy, including Dolphin :) |