Here is a quick way to get a samba share up and running with an easy and straightforward smb.conf file.
Edit your /etc/samba/smb.conf file:

# vim /etc/samba/smb.conf
Paste the following into the smb.conf file:
[global]
workgroup = WorkgroupName
server string = foo
security = user
load printers = yes
log file = /var/log/samba.%m
max log size = 50
socket options = TCP_NODELAY
[home]
comment = Home Directory
path = [...]

Popularity: 3% [?]

Click here to read more