diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/xattr.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |