summaryrefslogtreecommitdiff
path: root/libds
diff options
context:
space:
mode:
authorNadezhda Ivanova <nivanova@samba.org>2010-05-03 15:38:46 +0200
committerNadezhda Ivanova <nivanova@samba.org>2010-05-03 15:38:46 +0200
commit54e68b4949b8d7aadefe0eff8ea6b8c949a2ceb8 (patch)
treed0292da616fd7184e4af36ea1bcbebdba7bdca7c /libds
parent15b42d6515504862184f33ad8002135ec1e63158 (diff)
downloadsamba-54e68b4949b8d7aadefe0eff8ea6b8c949a2ceb8.tar.gz
Added a couple of systemFlags, needed for determining filtered attributes.
Diffstat (limited to 'libds')
-rw-r--r--libds/common/flags.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libds/common/flags.h b/libds/common/flags.h
index de3e71ccac6..67811d06aac 100644
--- a/libds/common/flags.h
+++ b/libds/common/flags.h
@@ -185,8 +185,12 @@
/* sa->systemFlags on attributes */
#define DS_FLAG_ATTR_NOT_REPLICATED 0x00000001
+#define DS_FLAG_ATTR_REQ_PARTIAL_SET_MEMBER 0x00000002
#define DS_FLAG_ATTR_IS_CONSTRUCTED 0x00000004
+/* sa->systemFlagsEx on attributes */
+#define DS_FLAG_ATTR_IS_CRITICAL 0x00000001
+
/* 7.1.1.2.2.1.2.1.1 nTDSDSA Object options flags */
#define DS_NTDSDSA_OPT_IS_GC 0x00000001
#define DS_NTDSDSA_OPT_DISABLE_INBOUND_REPL 0x00000002