Samba authentication
Please forgive me if there have been a million posts on this question already, but I couldn't find the answer that I wanted.
I am trying to set up a Samba server with a couple client computers running Windows XP. I just want to keep it very simple. We don't need much security. I would like the users to be able to access the samba shares without getting a prompt for a password even the first time. Is this possible? Right now it will give me a prompt with the username already filled in with Guest and I dont need to enter a password. I just click OK and it connects. Is there anyway to eliminate this step since it is just logging me in as a guest anyway? Any suggestions would be great.
This is what I have in my config file right now:
[global]
workgroup = DHTI
os level = 20
netbios name = TEST
server string = DHTI02
security = share
wins support = true
[Share]
comment = Share on Samba
path = /share
public = yes
read only = no
create mode = 777
directory mode = 777
Thanks!
Leeloo
|