search for: security_descriptor_with_ms_nfs

Displaying 1 result from an estimated 1 matches for "security_descriptor_with_ms_nfs".

2024 Oct 23
2
Unable to support Unix permissions via S-1-5-88 NFS ACEs for Linux clients
...ported and can't be changed on the client. Furthermore, I found that these NFS ACLs are in fact are not simply unknown, but is actively stripped by Samba. According to [8], in nfs4_acls.c, they're silently ignored without being written into the NFSv4 ACL of the underlying filesystem. if (security_descriptor_with_ms_nfs(psd)) { return NT_STATUS_OK; } Is there any correct or alternative way to use S-1-5-88 NFS ACEs in Samba? Did anyone have any success? If there's no way, is Samba's development team open to the idea (or patch) to introduce its support in the future (controlled by a parameter)? Thanks....