- Minor
In /etc/samba/smb.conf the SMB Extras config file is included before the Shares config file. This causes issues when trying to specify additional smb options for these shares.
# hook for user-defined samba config
include = /boot/config/smb-extra.conf
# auto-configured shares
include = /etc/samba/smb-shares.conf
should be changed to
# auto-configured shares
include = /etc/samba/smb-shares.conf
# hook for user-defined samba config
include = /boot/config/smb-extra.conf
Some forum topics I found discussing this issue