Summary: | Dolphin is unable to access passwordless windows 10 shares. | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | firewalker <firew4lker> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | kfm-devel, sitter |
Priority: | NOR | ||
Version: | 21.04.3 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Video demonstrating the issue |
Description
firewalker
2021-07-11 06:48:15 UTC
Passwords get stripped from URIs somewhere along the way, you have to actually supply anonymous:anonymous to the password dialog. If you mean like the image below, it doesn;t work. With any iteration on the fields of the authentication dialog. https://i.imgur.com/m4YwOOC.png No. You need to provide the username anonymous and you need to provide the password anonymous. That is what anonymous:anonymous means in a URI. This is the first thing I did. If I provide anonymous in the user field and anonymous in the password filed. It doesn;t do anything, it shows again the same authentication dialog. Well, the log you provided is of you cancelling the dialog :) https://community.kde.org/Guidelines_and_HOWTOs/Debugging/Debugging_IOSlaves/Debugging_kio_smb#Reporting_Bugs Created attachment 140029 [details]
Video demonstrating the issue
Video demonstrating the issue
The debug info was generated by instructions of your link. See the attached video with the issue. I am not canceling the authentication dialog.... Perhaps it's the same as this problem? https://www.spinics.net/lists/samba/msg167472.html I don;t think it is. every other program (smbclient, smb4k) logins anonymously just fine. Also dolphin works just fine with password protected shares. The only issue is with paswordless shares. The thing is, there's nothing special going on. From our side an anonymous login is like any other. So whatever is wrong might be within libsmbclient, but supposedly that is also what sits underneath smbclient. It's likely that `Bad SMB2 signature for message` is the actual problem here, but that comes out of libsmbclient and I don't know anything about it's internals. Have you tried a name different than anonymous? Yes, it doesnt work. Can you provide detailed instructions on how you've set up windows (and samba if you've configured anything there)? You "Turn off password protected sharing" from control panel and then share a folder (right click, properties, sharing, share) adding everyone to the list. https://i.imgur.com/m6oqVsG.png https://i.imgur.com/LxyHwnK.png |