Added a couple of systemFlags, needed for determining filtered attributes.
authorNadezhda Ivanova <nivanova@samba.org>
Mon, 3 May 2010 13:38:46 +0000 (15:38 +0200)
committerNadezhda Ivanova <nivanova@samba.org>
Mon, 3 May 2010 13:38:46 +0000 (15:38 +0200)
libds/common/flags.h

index de3e71ccac6df8e1eec6e11492037406a50ed072..67811d06aac5d9cc50d4a4cf0fe4f42ede64b0a3 100644 (file)
 
 /* 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