Bug 480685

Summary: Dolphin keeps asking for SMB credentials when concurrent limit is hit
Product: [Applications] dolphin Reporter: ericswpark <kde-bugtracking>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: REPORTED ---    
Severity: normal CC: kfm-devel
Priority: NOR    
Version: 23.08.4   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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?