Bug 480685 - Dolphin keeps asking for SMB credentials when concurrent limit is hit
Summary: Dolphin keeps asking for SMB credentials when concurrent limit is hit
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 23.08.4
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-01 14:55 UTC by ericswpark
Modified: 2024-02-02 23:36 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ericswpark 2024-02-01 14:55:08 UTC
STEPS TO REPRODUCE
1. Click on an SMB share
2. Enter correct credentials
3. When folders load, click on any folder

OBSERVED RESULT
Dolphin starts to ask for the SMB password repeatedly, and does not progress any further. Ticking "Remember password" has no effect (i.e. Dolphin continues to ask). Pressing "cancel" on the dialog causes Dolphin to display "The file or folder smb://ericswpark@smbserver/foldername does not exist."

EXPECTED RESULT
Dolphin navigates to the folder.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: EndeavourOS running kernel 6.7.2-archi1-2
(available in About System)
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.114.0
Qt Version: 5.15.12

ADDITIONAL INFORMATION
Comment 1 ericswpark 2024-02-02 23:36:25 UTC
Found the issue -- in Windows settings the simultaneous connections allowed was set to 1. This was causing Dolphin to continuously ask for the credentials. Can Dolphin check whether the concurrent connection limit has been reached, and notify the user?