[kio-extras] [Bug 376344] cant write to smb shares which has write access

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Mon May 22 11:57:40 UTC 2017


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

madcatx at atlas.cz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |madcatx at atlas.cz

--- Comment #23 from madcatx at atlas.cz ---
I believe I have been seeing this too but in a somewhat different setup. There
are multiple shares with different access permissions set up on the server in
question. I have no problems accessing my de-facto "home" folder, I do,
however, get no write access to another folder even though the permissions set
by Samba and the underlying FS seem to be correct. If I either mount the share
manually or try to write to in from Windows there is no problem.

Here is a relevant excerpt from smb.conf:
[home] # This one works
        path = /mnt/storage/home
        valid users = @ECHMET_Users
        browsable = yes
        writable = yes
        read only = no
        force create mode = 600
        force directory mode = 700
        create mask = 700
        directory mask = 700

[everyone] # This gets no write access through KIO
        path = /mnt/storage/everyone
        valid users = @ECHMET_Users
        browsable = yes
        writable = yes
        read only = no
        force create mode = 660
        force directory mode = 770
        create mask = 660
        directory mask = 770
        force group = ECHMET_Users

KF5 5.34, KDE Apps 17.04.1, up-to-date Arch Linux.

Since I need this working quite badly at work, can anybody at least point me
where to look in the SMB KIO source?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Plasma-devel mailing list