[Samba] guest login problems

Timothy Kanters me at timothykanters.com
Mon May 5 13:04:13 GMT 2003


Hey,..

I've set up samba in a small LAN,
Basicly I have 1 directory which I want to share with all users in the LAN trough the guest account,.. however when I try to connect it keeps asking me for a password. And after a while it (windows 98) just says "No permission to access resource".
The permissions of /share and all subdirectories are 775, en it is owned by timothy:smbusers.
I have inserted my config file below.
If anyone could give me any advise please do :-) and please reply to me at timothykanters.com

Thanks and Greetings,
Timothy Kanters
[global]
	workgroup = Student 
	server string = Server
	log file = /var/log/samba/log.%m
	max log size = 1000
	encrypt passwords = true
	passdb backend = tdbsam unixsam
	guest account = nobody
	force group = smbusers 
	create mask = 0775
	directory mask = 0775

[warez]
        browseable = yes
        path = /share
        guest ok = yes
	writeable = yes

[timothy]
        browseable = yes
        path = /share
        valid users = timothy
        guest ok = no 
        writeable = yes

[website]
        browseable = yes
        path = /usr/local/www
        valid users = timothy
        guest ok = no
        writeable = yes

[school]
        browseable = yes
        path = /usr/local/www/sites/www.timothykanters.com/school/files
        valid users = timothy
        guest ok = no
        writeable = yes


More information about the samba mailing list