Hello
I have a new Samba share that is not getting the expected directory permissions when new directories are created by clients.
I'm aiming to use a SGID bit to give all users of the same group full access to files.
I created my directory and synced my data to it, then
on each directory:
chmod -b 2775 mydirectory
chown root mydirectory
chgrp -s 'MYDOM\mygroup' mydirectory
Then in the web GUI, I sent the 'File Create Mask to : ' xxx xxx --- '
New files are being created with the correct mode, but directories are being created as:
drwx--S---
I had hoped they would have been created as:
drwxrws---
I tried setting the directory create mask and directory create mode in the gui with no change.
Thanks.
Scott