diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-18 05:35:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:58 -0500 |
commit | be01250d1a5ef9611164e5ca741e07255f770b4d (patch) | |
tree | 33d148d83368038f7c607744afd7e22a84226640 /source4/librpc/idl/xattr.idl | |
parent | 9b6c08a0d19929c8928e692de2156e81decc4048 (diff) | |
download | samba-be01250d1a5ef9611164e5ca741e07255f770b4d.tar.gz samba-be01250d1a5ef9611164e5ca741e07255f770b4d.tar.bz2 samba-be01250d1a5ef9611164e5ca741e07255f770b4d.zip |
r3838: use "security.NTACL" instead of "security.NTAcl" for the xattr name for ACLs
(This used to be commit db72290bbe87644a89385c465855629a1f881e4f)
Diffstat (limited to 'source4/librpc/idl/xattr.idl')
-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; |