[dolphin] [Bug 449255] Dolphin/KIO fails when opening DFS

MartinG bugzilla_noreply at kde.org
Fri Feb 10 08:13:17 GMT 2023


https://bugs.kde.org/show_bug.cgi?id=449255

--- Comment #3 from MartinG <gronslet at gmail.com> ---
I'd like to add that the following works for me (and can be used as a
workaround):
1. Add the following lines to /etc/request-key.conf:

create cifs.spnego * * /usr/sbin/cifs.upcall %k
create dns_resolver * * /usr/sbin/cifs.upcall %k

2. Mount the DFS share manually:

mkdir ~/mnt/dfs-share
sudo mount.cifs -o username=DOMAINUSERNAME,domain=DOMAIN,uid=1000,gid=1000
//HOST/dfs/xxx/yyy/zzz/ ~/mnt/dfs-share/

where my local uid and gid is 1000 (check yours with the "id" command).

So I guess the changes that are needed to kioslave etc are minimal, right?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list