1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00

r3838: use "security.NTACL" instead of "security.NTAcl" for the xattr name for ACLs

(This used to be commit db72290bbe87644a89385c465855629a1f881e4f)
This commit is contained in:
Andrew Tridgell 2004-11-18 05:35:48 +00:00 committed by Gerald (Jerry) Carter
parent 9b6c08a0d1
commit be01250d1a

View File

@ -83,7 +83,7 @@ interface xattr
we put this xattr in the security namespace to ensure that
only trusted users can write to the ACL
*/
const string XATTR_NTACL_NAME = "security.NTAcl";
const string XATTR_NTACL_NAME = "security.NTACL";
typedef union {
[case(1)] security_descriptor *sd;