https://bugs.kde.org/show_bug.cgi?id=449255
--- Comment #3 from MartinG <grons...@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 watching all bug changes.