Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SAMBA not allowing guest access to shares
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
immure
n00b
n00b


Joined: 27 Mar 2005
Posts: 16

PostPosted: Fri Apr 01, 2005 11:20 pm    Post subject: SAMBA not allowing guest access to shares Reply with quote

Am being asked for a user login with the following config... However an identical config on another machine works fine.

/home/mike/files/local/ is drwxr-xr-x 87 mike users 4096 Apr 1 23:46 Movies
Code:

mars root # cat /etc/samba/smb.conf
[global]
workgroup = COMSCARE
server string = God of War
domain master = no
local master = no
preferred master = no
restrict anonymous = no
map to guest = Bad User
guest ok = yes
max protocol = NT
ldap ssl = No
server signing = Auto
guest account = guest
security = share

[TV]
path = /home/mike/files/drive3/TV

[movies]
path = /home/mike/files/local/Movies

[music]
path = /home/mike/files/drive1/Music/Albums


Does anyone have any idea why this is happening? My head is hurting..
Back to top
View user's profile Send private message
immure
n00b
n00b


Joined: 27 Mar 2005
Posts: 16

PostPosted: Fri Apr 01, 2005 11:37 pm    Post subject: Reply with quote

Nevermind, the following config randomly worked.

Love samba.

Code:
[global]
workgroup = COMSCARE
server string = God of War
domain master = no
local master = no
preferred master = no
restrict anonymous = no
map to guest = Bad User
guest ok = yes
max protocol = NT
ldap ssl = No
server signing = Auto
guest account = mike
security = share

[homes]
case sensitive = no
msdfs proxy = no

[movies]
guest account = mike
case sensitive = no
guest only = yes
msdfs proxy = no
path = /home/mike/files/local/Movies

[TV]
case sensitive = no
msdfs proxy = no
path = /home/mike/files/drive3/TV

[music]
case sensitive = no
msdfs proxy = no
path = /home/mike/files/drive1/Music
mike@mars mike $
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum