I'd like to enable passwordless (userless and loginless) sharing via an Ubuntu server on a small commune Windows network.
I've tried various online examples which either asks for an initial username - doesn't recurse symbolic links - denies browsing.
Dead simple read only access with symlink following is what I need.
Help appreciated.
My current setup
[global]
workgroup = net
server string = JMSP
netbios name = netbiosnamehere
log file = /var/log/samba/%m.log
max log size = 50
security = share
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no
guest ok = yes
guest only = yes
follow symlinks = yes
wide links = yes
unix extensions = no
domain master = yes
os level = 64
[everything]
path = /media/share
read only = yes
browseable = yes
guest ok = yes