mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
libds: added mS-DS-ReplicatesNCReason flags
these define why a KCC connection was made
This commit is contained in:
parent
af93f227ad
commit
ed598ac99b
@ -229,4 +229,14 @@
|
||||
#define DS_HR_KVNOEMUW2K 0x00000011
|
||||
#define DS_HR_LDAP_BYPASS_UPPER_LIMIT_BOUNDS 0x00000012
|
||||
|
||||
|
||||
/* mS-DS-ReplicatesNCReason */
|
||||
#define NTDSCONN_KCC_GC_TOPOLOGY 0x00000001
|
||||
#define NTDSCONN_KCC_RING_TOPOLOGY 0x00000002
|
||||
#define NTDSCONN_KCC_MINIMIZE_HOPS_TOPOLOGY 0x00000004
|
||||
#define NTDSCONN_KCC_STALE_SERVERS_TOPOLOGY 0x00000008
|
||||
#define NTDSCONN_KCC_OSCILLATING_CONNECTION_TOPOLOGY 0x00000010
|
||||
#define NTDSCONN_KCC_INTERSITE_GC_TOPOLOGY 0x00000020
|
||||
#define NTDSCONN_KCC_INTERSITE_TOPOLOGY 0x00000040
|
||||
#define NTDSCONN_KCC_SERVER_FAILOVER_TOPOLOGY 0x00000080
|
||||
#define NTDSCONN_KCC_SITE_FAILOVER_TOPOLOGY 0x00000100
|
||||
#define NTDSCONN_KCC_REDUNDANT_SERVER_TOPOLOGY 0x00000200
|
||||
|
Loading…
Reference in New Issue
Block a user