Are you new here? Subscribe to my RSS feed. Thanks for visiting!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 = [...]

Popularity: 2% [?]

Click here to read more