Q: How to share home folders with read only permission (Authentication=Yes)?
sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_backup sudo gedit /etc/samba/smb.conf
... ; security = user ...
security = user username map = /etc/samba/smbusers
sudo testparm sudo /etc/init.d/samba restart