Hi I am running RHEL 8 with Samba 4.10.4, I have a NFS4 mount which has ACL on the dir and some more ACLs on the sub dir. I added nfs4acl_xattr.so and added following share options: - vfs objects = nfs4acl_xattr nfs4acl_xattr:xattr_name = system.nfs4_acl nfs4acl_xattr:version = 40 nfs4acl_xattr:encoding = xdr40 as documented by the nfs4acl git hub page. My Dir structure is like this share path = /nfsmountpoint/dir1/dir2/dir3 nfsmountpoint and dir1 has no ACLs on it, dir2 has nfs4 ACLs applied to it and dir3 has NFS4 ACLs applied to it. I am able to access until dir2. Once I try to access dir3, I get NT access denied in the logs. Any suggestions? Thanks