Comment 7 for bug 1872476

Revision history for this message
Jose Manuel Santamaria Lema (panfaust) wrote :

I would like to add a few notes:

1. I have been experiencing this bug while using kde's plasma kio smb:// protocol in dolphin

2. To reproduce the bug, it seems you need to force the "NT1" (~ CIFS 1.0) protocol. You can do this adding these 2 lines to /etc/samba/sm.conf under the "[global]" section:
client min protocol = NT1
client max protocol = NT1

3. This bug, apparently, was fixed in samba 4.11.7 (we have 4.11.6 in focal). I have seen Andreas did some partial work on 4.11.7 for focal here:
https://launchpad.net/~ahasenack/+archive/ubuntu/samba-4117
So I just fixed the ldb symbols files and rebuilt that plasma package in this PPA:
https://launchpad.net/~panfaust/+archive/ubuntu/samba-4117

4. With the packages from my PPA the bug goes away for me, but we don't know yet which commit fixed it.