mainer
7
SOLVED!
The final change was to modify the Template line:
security = share
to
security = user
I also found and added the package “shadow-useradd” and used the useradd command to add the desired username and /home/username folder. I had already added the /home folder. Used (as root) “passwd username” to set the shadow password, and “smbpasswd -a username” to add a samba password.
I am not sure if all the above was needed, but I now can mount the username home folder and specify username as a “Valid user” on a share and mount it with the username and password.
Thank you for your help.
1 Like