diff options
author | Nadezhda Ivanova <nivanova@samba.org> | 2010-05-03 15:38:46 +0200 |
---|---|---|
committer | Nadezhda Ivanova <nivanova@samba.org> | 2010-05-03 15:38:46 +0200 |
commit | 54e68b4949b8d7aadefe0eff8ea6b8c949a2ceb8 (patch) | |
tree | d0292da616fd7184e4af36ea1bcbebdba7bdca7c /libds/common/flags.h | |
parent | 15b42d6515504862184f33ad8002135ec1e63158 (diff) | |
download | samba-54e68b4949b8d7aadefe0eff8ea6b8c949a2ceb8.tar.gz |
Added a couple of systemFlags, needed for determining filtered attributes.
Diffstat (limited to 'libds/common/flags.h')
-rw-r--r-- | libds/common/flags.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libds/common/flags.h b/libds/common/flags.h index de3e71ccac..67811d06aa 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 |