diff options
author | Jeremy Allison <jra@samba.org> | 2008-07-10 17:19:01 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-07-10 17:19:01 -0700 |
commit | 1df3f24d95db599a4a0fc1c46574555c18505f00 (patch) | |
tree | 4a8824879321e6abe00c30df4d7023acf6aa9dd4 /source3/librpc/idl/xattr.idl | |
parent | d9b6bf746b42a667a3f8d99bf0e6489e3f3c8149 (diff) | |
download | samba-1df3f24d95db599a4a0fc1c46574555c18505f00.tar.gz samba-1df3f24d95db599a4a0fc1c46574555c18505f00.tar.bz2 samba-1df3f24d95db599a4a0fc1c46574555c18505f00.zip |
Add XATTR_NTACL_NAME constant.
Jeremy.
(This used to be commit 9c21756f9e841fd996590619b5eedc659f849626)
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; |