diff options
Diffstat (limited to 'source3/librpc/idl/xattr.idl')
-rw-r--r-- | source3/librpc/idl/xattr.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/idl/xattr.idl b/source3/librpc/idl/xattr.idl index e19e2f89d8..23af2df404 100644 --- a/source3/librpc/idl/xattr.idl +++ b/source3/librpc/idl/xattr.idl @@ -34,6 +34,8 @@ interface xattr can discard if this doesn't match the POSIX st_ctime. */ + const char *XATTR_NTACL_NAME = "security.NTACL"; + typedef [public] struct { security_descriptor *sd; NTTIME last_changed; |