From: phpMagpie <phpmag...@webbedit.co.uk>
Date: Tue, 6 Sep 2011 09:25:28 -0700 (PDT)

(snip)

> Here is my /etc/samba/smb.conf:
> [global]
> workgroup = WEBBEDIT
> netbios name = smbserver
> security = SHARE
> load printers = No
> default service = global
> path = /home
> available = No
> encrypt passwords = yes
> [html]
> writeable = yes
> admin users = smbuser
> path = /var/www/html
> force user = root
> valid users = smbuser
> public = yes
> available = yes

How do you want to configure?
Your smb.conf is something inconsistent.

If you want to access the share without password, try:

[global]
  workgroup = WEBBEDIT
  netbios name = smbserver
  security = SHARE

[html]
  writeable = yes
  public = yes
  path = /var/www/html

Anyway, "security = share" will be obsolated, and is not recommended.

---
TAKAHASHI Motonobu <mo...@samba.gr.jp>
-- 
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