Hi,
Samba shares a folder I did not specify in smb.conf, namely the /tmp
folder. Samba shows it under Network Neighborhood as public.
I think the problem is that the chmod of /tmp is 777; that is any user
on the Linux box can read and write to the /tmp folder. So, the same
rules apply to shares under Network Neighborhood. Other than
"chmod"ing the /tmp folder to 700, can I configure Samba to share only
the folders I specify in smb.conf, not folders that have chmods of
777?
Ben