I am running Ubuntu 8.1 as a file server with Samba. I have a share set with owner "usera", group "grpa". I have a user, "userb", in "grpa" that can see all files & folders but can not create/modify/delete?
"userb" can create/modify/delete in the share when logged in locally or even via telnet, but not via samba from a WinXP box.
any suggestions?
Here is the smb.conf:
[myshare]
path = /usr/local/myshare
valid users = userb userc
write list = @grpa
force group = grpa
force user = usera
create mask = 0775

Reply With Quote
