Creating samba file server here.
In smb.conf because of security you have to choose to allow sym links or unix services. I selected unix services.
At the end of the smb.conf there's the shares.
I want to share many folders (different paths, drives, etc...) to one mapping for one user.
Here's a non-working config snip:
------------------
path=/path1/folder1, /path900/folder234, /path876/folder456, etc...
------------------
Many years ago before the security patch, I used to map userx to /path1/. Then I would use sym links on the server. Done.
But now, I cant.