SAMBA - Create User
From Wiki.IT-Arts.net
TO ADD USER # with no shell adduser --shell /bin/false USER # with the 'bash' shell adduser --shell /bin/bash 'name' passwd USER (Then enter the password) smbpasswd -a USER (Then enter the password)
TO ADD USER # with no shell adduser --shell /bin/false USER # with the 'bash' shell adduser --shell /bin/bash 'name' passwd USER (Then enter the password) smbpasswd -a USER (Then enter the password)