https://bugs.kde.org/show_bug.cgi?id=449255
Tobias Bora <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Tobias Bora <[email protected]> --- I had a similar error: ``` janv. 27 16:17:10 bestosprec smbnotifier[633908]: -- Failed to smbc_opendir: Permission denied ``` but after realizing I could login via: ``` mount -t cifs -o username=myname,domain=somedomain.myuniv.fr //stockage.myuniv.fr/scan/myname /tmp/foo ``` I tried to see how to specify the domain in Dolphin. This can be done in multiple ways https://superuser.com/questions/145390/entering-domain-information-when-connecting-to-samba-share-in-dolphin, notably by setting as user `somedomain.myuniv.fr\myname`. Now the problem is solved for me! That being said, I don't know why but on a different computer they don't need to overwrite the domain, it seems to be automatically discovered… No idea how, maybe they just configured it systemwide. -- You are receiving this mail because: You are watching all bug changes.
