- Joined
- Mar 6, 2014
- Messages
- 9,553
POSIX1E acltype should be working in nightlies now, and I made a PR for our linux kernel NFS server to add support for NFSv4 ACL type. The latter will bring SCALE into feature parity with CORE / Enterprise regarding permissions over NFS. Hopefully in the coming weeks (probably for BlueFin) I'll add support for NFS41 ACLs (like some of the large NAS vendors).
The advantage of native NFSv4 ACLs is that we can basically store an entire Windows security descriptor in it (with POSIX1E ACLs, support can be sketchy), which means basically full compatibility with ACLS via SMB and NFS.
The advantage of native NFSv4 ACLs is that we can basically store an entire Windows security descriptor in it (with POSIX1E ACLs, support can be sketchy), which means basically full compatibility with ACLS via SMB and NFS.
Code:
root@scalebuilder:/home/awalker# nfs4_getfacl /mnt/posix/ A::OWNER@:rwaDxtTcCy A::GROUP@:rwaDxtcy A::EVERYONE@:rwaDxtcy root@scalebuilder:/home/awalker# nfs4_getfacl /mnt/nfsv4/ A:fd:OWNER@:rwaDdxtTnNcCoy A:fdg:GROUP@:rwaDdxtTnNcy A:fdg:545:rwaDdxtTnNcCoy A:fdg:545:rwaDdxtTnNcCoy root@scalebuilder:/home/awalker#