LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Samba authentication (https://www.linuxquestions.org/questions/linux-newbie-8/samba-authentication-265958/)

leeloo2 12-13-2004 11:53 AM

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

leeloo2 12-13-2004 04:38 PM

If it is not possible to have no security, how would I make the Samba server check to see who the user is logged in to the Windows machine as so it can then check to see if they are a valid user? Is that possible?

Thanks.
Leeloo

Peacedog 12-13-2004 05:32 PM

Try adding this under the share.

Code:

guest ok = yes
You may like to do some reading here.

http://www.oreilly.com/catalog/samba...k/ch04_05.html

good luck.


All times are GMT -5. The time now is 03:30 AM.