root_dataset (Share 1) has ACL entries for @owner, root, and user1. The ACL Mode is set to pass-through and should allow access recursively to all subfolders and subdatasets.
Movies (Share 2) has ACL entries for @owner, root, user1, and user2, set via the SMB share settings, and is also configured to allow recursive access.
Problem:
I can access the Movies share (Share 2) with user1 but not with user2, even though user2 is correctly listed in the ACL for the directory /Movies. I’ve verified the ACL entries via the shell, and user2 is allowed for SMB login.
Note:
I do not want to convert the Movies directory into a separate dataset, as there are already files in it and I’d like to keep the structure simple.
Does anyone have insights on what might be causing this, or any suggestions to fix the access issue for user2?
That’s not how you resolve access issues to do permissions on the parent directory. The only fix for that configuration error is to grant your users access to the parent directories.
I know in SCALE there is a “traverse” permission in the GUI. This enable my users to pass through the datasets they shouldn’t access (e.g.: /users/) without showing them more than what they have access to. In this case /users/user2/
Does CORE not have that function/capability?