We'll, I have a working SAMBA setup and here is the smb.conf:
[global]
workgroup = MSHOME
wins support = yes
encrypt passwords = yes
browsable = yes
security = share
[root]
path = /
read only = yes
guest ok = yes
public = yes
It's absolutely evil since it allows anyone to connect and shares /, but it works. Did
you have samba working before? If not, maybe try using my smb.conf. The complete
manuals to SAMBA are at
www.faqs.org/docs/samba/ch00.html and in the /<prefix>/swat
dir if you built samba from the sources.