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
Recommended Comments
There are no comments to display.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.