1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

Added a couple of systemFlags, needed for determining filtered attributes.

This commit is contained in:
Nadezhda Ivanova 2010-05-03 15:38:46 +02:00
parent 15b42d6515
commit 54e68b4949

View File

@ -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