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
link|improve this question
So what does your current configuration not do? – Zoredache Sep 15 '11 at 4:21
I get Error NT_STATUS_INVALID_PARAMETER on running SMBTREE – Forkrul Assail Nov 27 '11 at 19:19
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.