smb.conf配置

355 阅读1分钟
[global]
workgroup = WORKGROUP
security = user
encrypt passwords = true
passdb backend = smbpasswd
smb passwd file = /etc/samba/smbpasswd
log file = /var/log/samba/log.%m
socket options = TCP_NODELAY


[htdocs]
comment = htdocs
path = /htdocs
available = yes
writeable = yes
browseable = yes

blog.chinaunix.net/uid-2053708…