From be01250d1a5ef9611164e5ca741e07255f770b4d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 18 Nov 2004 05:35:48 +0000 Subject: r3838: use "security.NTACL" instead of "security.NTAcl" for the xattr name for ACLs (This used to be commit db72290bbe87644a89385c465855629a1f881e4f) --- source4/librpc/idl/xattr.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/librpc/idl/xattr.idl b/source4/librpc/idl/xattr.idl index f292e1fc8f..f7bc38605f 100644 --- a/source4/librpc/idl/xattr.idl +++ b/source4/librpc/idl/xattr.idl @@ -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; -- cgit