On Tuesday 19 April 2005 22:00, Brendan Martens wrote:
I'm having some trouble allowing my PCs to write to my samba share. I
got samba working (finally, thanks to swat) however no one can write to
the shares I made, even though I have "read only = no" set. Also I am
using guest accounts, does that have anything to do with it?
Brendan. ; )
Here is a bit of my smb.conf for a common fileshare for all users (my security
= user).
The guest is account nobody
[fileshare]
comment = general fileshare
path = /var/lib/samba/fileshare
read only = No
create mask = 0777
force create mode = 0666
directory mask = 0777
force directory mode = 0777
guest only = Yes
guest ok = Yes