Skip to content

smbd: ignore set NTACL requests which contain S-1-5-88 NFS ACEs

Ralph Böhme requested to merge samba-team/devel/samba:slow-bug14307 into master

We apply the same "ignore" logic already in the POSIX ACL code and in the vfs_acl_xattr|tdb VFS modules to smb_set_nt_acl_nfs4() in the nfs4_acl helper subsystem which is common to a bunch of VFS modules: GPFS, ZFS, NFS4_xattr and aixacl2.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14307

Signed-off-by: Ralph Boehme slow@samba.org

Merge request reports