[Samba] Samba (CentOS) + Windows 7 Ultimate 64 = no login

TAKAHASHI Motonobu monyo at monyo.com
Tue Sep 6 10:40:31 MDT 2011


From: phpMagpie <phpmagpie at 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 <monyo at samba.gr.jp>


More information about the samba mailing list