I have started samba daemon on ubuntu server 9.04 with following config:
[share]
comment = Share
read only = no
path = /share
guest ok = yes
Windows users can browse share, but can't create / copy / modify files in it :(. How to give everyone a full access?