Why did you add the user "nobody"?
OK, let's assume I am user magfan on several systems and user magfan has been added as samba user on the samba server. Let us further assume user magfan has the same password for all systems and as samba user. Then there are two possibilities:
1. User magfan can double click on "share" (see below) in Windows explorer or dolphin and use this directory from any system because magfan belongs to "valid users" and to the "write list".
2. In case magfan double clicks on any other samba shared directory where he has no access rights (not in "valid users") under Windows magfan should be prompted for a correct login - if there are any registered samba users on the samba server. Under KDE I do not know because for Linux-Linux shares I use NFS. Maybe you will simply don't get access to that directory.
- Code: Select all
from /etc/samba/smb.conf
[share]
path = /data2/share
comment = share
browseable = yes
writable = yes
create mask = 0664
directory mask = 0775
write list = magfan calvin hobbes bifurc headmod guest
valid users = magfan calvin hobbes bifurc headmod guest
hide dot files = yes
preserve case = yes