If you don't care about security at all, you could add something like this to your smb.conf file. (disclaimer: I don't own a mac...this would work under linux)

Code:

[root$]
path = /
read only = no
guest ok = yes
guest only = yes
public = yes

_________________________
~ John