summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorNadezhda Ivanova <nivanova@samba.org>2010-12-08 12:03:43 +0200
committerNadezhda Ivanova <nivanova@samba.org>2010-12-08 12:14:23 +0200
commitfe98b9aaebd57e3461fa2ac59a2924a6ef6f09fa (patch)
tree159e97efff361e815e9e7c43a0eb54c763c2d60c /source4
parentaf3414feb6cb9f3d4ca602725582220e7b626df3 (diff)
downloadsamba-fe98b9aaebd57e3461fa2ac59a2924a6ef6f09fa.tar.gz
samba-fe98b9aaebd57e3461fa2ac59a2924a6ef6f09fa.tar.bz2
samba-fe98b9aaebd57e3461fa2ac59a2924a6ef6f09fa.zip
s4-acl: Added a flag to mark an element as failing an access check.
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/include/ldb_module.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb_module.h b/source4/lib/ldb/include/ldb_module.h
index 50c606b082..a6a4d168bf 100644
--- a/source4/lib/ldb/include/ldb_module.h
+++ b/source4/lib/ldb/include/ldb_module.h
@@ -46,6 +46,9 @@ struct ldb_module;
/* disable any single value checking on this attribute */
#define LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECK 0x20
+/* attribute has failed access check and must not be exposed */
+#define LDB_FLAG_INTERNAL_INACCESSIBLE_ATTRIBUTE 0x30
+
/*
these function pointers define the operations that a ldb module can intercept