mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Added a couple of systemFlags, needed for determining filtered attributes.
This commit is contained in:
parent
15b42d6515
commit
54e68b4949
@ -185,8 +185,12 @@
|
|||||||
|
|
||||||
/* sa->systemFlags on attributes */
|
/* sa->systemFlags on attributes */
|
||||||
#define DS_FLAG_ATTR_NOT_REPLICATED 0x00000001
|
#define DS_FLAG_ATTR_NOT_REPLICATED 0x00000001
|
||||||
|
#define DS_FLAG_ATTR_REQ_PARTIAL_SET_MEMBER 0x00000002
|
||||||
#define DS_FLAG_ATTR_IS_CONSTRUCTED 0x00000004
|
#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 */
|
/* 7.1.1.2.2.1.2.1.1 nTDSDSA Object options flags */
|
||||||
#define DS_NTDSDSA_OPT_IS_GC 0x00000001
|
#define DS_NTDSDSA_OPT_IS_GC 0x00000001
|
||||||
#define DS_NTDSDSA_OPT_DISABLE_INBOUND_REPL 0x00000002
|
#define DS_NTDSDSA_OPT_DISABLE_INBOUND_REPL 0x00000002
|
||||||
|
Loading…
Reference in New Issue
Block a user