SAMBA STANDALONE

[global]
log file = /var/log/samba/%m
log level = 1
server role = standalone server

[demo]
# This share requires authentication to access
path = /srv/samba/demo/
read only = no
inherit permissions = yes

useradd -M -s /sbin/nologin demoUser
passwd demoUsers
smbpasswd -a demoUser