mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
libds: added nTDSDSA options flags
This commit is contained in:
parent
44866f0df4
commit
424c464b7f
@ -183,3 +183,10 @@
|
||||
/* sa->systemFlags on attributes */
|
||||
#define DS_FLAG_ATTR_NOT_REPLICATED 0x00000001
|
||||
#define DS_FLAG_ATTR_IS_CONSTRUCTED 0x00000004
|
||||
|
||||
/* 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
|
||||
#define DS_NTDSDSA_OPT_DISABLE_OUTBOUND_REPL 0x00000004
|
||||
#define DS_NTDSDSA_OPT_DISABLE_NTDSCONN_XLATE 0x00000008
|
||||
#define DS_NTDSDSA_OPT_DISABLE_SPN_REGISTRATION 0x00000010
|
||||
|
Loading…
Reference in New Issue
Block a user