From 1df3f24d95db599a4a0fc1c46574555c18505f00 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 10 Jul 2008 17:19:01 -0700 Subject: Add XATTR_NTACL_NAME constant. Jeremy. (This used to be commit 9c21756f9e841fd996590619b5eedc659f849626) --- source3/librpc/idl/xattr.idl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/librpc/idl/xattr.idl') 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; -- cgit