I need to be able to check permissions against ntfs acls within our fsal plugin in certain scenarios when the underlying filesystem is in a mode where both nfs and smb will be using it concurrently. I will be able to return the raw data from the xattr containing the acl as well as getting the SID from the uid/gid, but am curious if there are any examples of fsals that have checked permissions against ntfs acls within ganesha? I have seen some things in the codebase checking against nfsv4 acls, but have not seen anything related to ntfs acls.