From: "Paul D. DeRocco" <pdero...@ix.netcom.com>
Date: Tue, 9 Apr 2013 14:38:34 -0700

> I have an embedded box (Yocto Project based linux distro) to which I'm
> adding Samba 3.6 (from OpenEmbedded). All I need it for is to provide one
> browsable file share that allows read/write access to anyone on the network.
> But I want it to be password protected.

Try these settings:

[sharename]
  path=/sharedfiles
  users = root
  read only = yes

And to set password to "root" with smbpasswd command.

---
TAKAHASHI Motonobu <mo...@monyo.com> / @damemonyo 
                   facebook.com/takahashi.motonobu

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to