Hi there,
Not sure what is not working so I'll describe the behavior. I have a share setup for guest access; the share is accessible by guests using Linux through Nautilus by navigating to the workgroup, then the host, then the share.
When doing the same on Windows, a password prompt is displayed. I want the guests to be able to navigate to the share without entering credentials. I have Samba in user security mode, the public share belongs to nobody. I've added the nobody user to samba with smbpasswd -a nobody
Could you guys have a look at my configuration file?
Below is the smb.conf file (with comments removed for ease of reading)
Not sure what is not working so I'll describe the behavior. I have a share setup for guest access; the share is accessible by guests using Linux through Nautilus by navigating to the workgroup, then the host, then the share.
When doing the same on Windows, a password prompt is displayed. I want the guests to be able to navigate to the share without entering credentials. I have Samba in user security mode, the public share belongs to nobody. I've added the nobody user to samba with smbpasswd -a nobody
Could you guys have a look at my configuration file?
Below is the smb.conf file (with comments removed for ease of reading)
Code:
[global]
workgroup = WORKGROUP
server string = server
security = user
guest account = nobody
log file = /var/log/samba/log.%m
max log size = 50
local master = yes
dns proxy = no
[public]
path = /tank/public
public = yes
guest ok = yes
browseable = yes
only guest = yes
writable = yes
printable = no
usershare allow guests = yes
create mask = 777
directory mask = 0777
[Backup]
path = /tank/Backup
writeable = yes