SUMMARY Dolphin never stores the SAMBA domain in authentication dialog STEPS TO REPRODUCE 1. Connect to a samba folder 2. An authentication window pop-ups. Write username, domain and password and choose to save password 3. Re-connect to same samba folder 4. The authentication window appears. The domain is always set to "WORKGROUP" and never to the domain I chose to save. EXPECTED RESULT Dolphin should save the domain, not only the username and password. SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE Neon 5.19.3 (available in About System) KDE Plasma Version: 5.19.3 KDE Frameworks Version: lastest (KDE Neon) Qt Version: lastest (KDE Neon)
It looks to me kpasswdserver doesn't actually store extra fields in the kwallet cache, in this particular case AUTHINFO_EXTRAFIELD_DOMAIN. Moving bug to KIO.
I'm also experiencing this problem with Kubuntu 20.04.
Now it's fixed in latest frameworks-kio (I'm using KDE neon 5.21.2)
It's not. We've removed the workgroup field from the smb auth dialog, the code in KIO still doesn't persist the value so if we were to use it again it'd be exactly the same behavior as before.
(In reply to Harald Sitter from comment #4) > It's not. We've removed the workgroup field from the smb auth dialog, the > code in KIO still doesn't persist the value so if we were to use it again > it'd be exactly the same behavior as before. But if you've removed the "workgroup" field (which is indeed the domain field), how can one specify the domain when it needs to connect to a company resource? Is the "<domain>\username" syntax supported for the username field?
Yep
Now with the new authentication window, it's working.