https://bugs.kde.org/show_bug.cgi?id=421624
--- Comment #5 from Vladimir Yerilov <openmind...@gmail.com> --- (In reply to Harald Sitter from comment #4) > Hmmmm. You don't have an smb.conf on the client? Aw, of course I do. Here it is (stock Manjaro one, edited a bit to allow browsing my router's smb shares via Dolphin AND share my laptop stuff to my Android phone): ``` $ cat /etc/samba/smb.conf [global] workgroup = WORKGROUP dns proxy = no log file = /var/log/samba/%m.log max log size = 1000 client min protocol = NT1 server min protocol = SMB2 server role = standalone server passdb backend = tdbsam obey pam restrictions = yes unix password sync = yes passwd program = /usr/bin/passwd %u passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully* pam password change = yes map to guest = Bad Password usershare allow guests = yes name resolve order = lmhosts bcast host wins security = user guest account = nobody usershare path = /var/lib/samba/usershare usershare max shares = 100 usershare owner only = yes force create mode = 0070 force directory mode = 0070 [homes] comment = Home Directories browseable = no read only = yes create mask = 0700 directory mask = 0700 valid users = %S [printers] comment = All Printers browseable = no path = /var/spool/samba printable = yes guest ok = no read only = yes create mask = 0700 [print$] comment = Printer Drivers path = /var/lib/samba/printers browseable = yes read only = yes guest ok = no ``` -- You are receiving this mail because: You are watching all bug changes.