summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/librpc/gen_ndr/xattr.h1
-rw-r--r--source3/librpc/idl/xattr.idl2
2 files changed, 3 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/xattr.h b/source3/librpc/gen_ndr/xattr.h
index af1b633acb..b0b9db99c1 100644
--- a/source3/librpc/gen_ndr/xattr.h
+++ b/source3/librpc/gen_ndr/xattr.h
@@ -5,6 +5,7 @@
#ifndef _HEADER_xattr
#define _HEADER_xattr
+#define XATTR_NTACL_NAME ( "security.NTACL" )
struct tdb_xattr {
const char * name;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
DATA_BLOB value;
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;