looks like your going to have to set it up manually.
As root open up /etc/samba/smb.conf
look for
Code:
# workgroup = NT-Domain-Name or Workgroup-Name, eg: LINUX2
workgroup =
and put in your workgroup name
right under it you will see
and
server string is just a description of the machine, for instance mine says
Quote:
|
server string = Chris' Laptop
|
you have several options for security but for now set it to.
scroll down a ways and look for
Code:
; comment = Temporary file space
; path = /tmp
; read only = no
; public = yes
take out the semi colons, this will allow windows clients access to your /tmp directory.
to start the samba service type
Be sure to read "man smb.conf"
and repost here if you have anymore questions
I hope this post helps. =)