summaryrefslogtreecommitdiff
path: root/source4/dsdb/kcc
diff options
context:
space:
mode:
authorDave Craft <wimberosa@gmail.com>2011-07-05 21:17:10 -0500
committerAndrew Tridgell <tridge@samba.org>2011-07-14 07:05:09 +1000
commitb52246bf2f75e2a4869bce3e474e6c1c81a492b7 (patch)
tree3128b794b4e9d1a10c973720d6c6a2421abc1420 /source4/dsdb/kcc
parent8612c6bf56ebfcbf6273d8e7305ee382fa4f807e (diff)
downloadsamba-b52246bf2f75e2a4869bce3e474e6c1c81a492b7.tar.gz
samba-b52246bf2f75e2a4869bce3e474e6c1c81a492b7.tar.bz2
samba-b52246bf2f75e2a4869bce3e474e6c1c81a492b7.zip
NTDSConnection and NTDSA Site setting flags
Flags that were missing from flags.h or were incorrectly defined inline to the kcc_topology.c code (and thus unusable elsewhere). These are the NTDSConnection and NTDSDSA Site settings flags. Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/dsdb/kcc')
-rw-r--r--source4/dsdb/kcc/kcc_topology.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/dsdb/kcc/kcc_topology.c b/source4/dsdb/kcc/kcc_topology.c
index 6cf3d41158..9697ec12f7 100644
--- a/source4/dsdb/kcc/kcc_topology.c
+++ b/source4/dsdb/kcc/kcc_topology.c
@@ -29,14 +29,6 @@
#define FLAG_CR_NTDS_NC 0x00000001
#define FLAG_CR_NTDS_DOMAIN 0x00000002
-#define NTDSCONN_OPT_IS_GENERATED 0x00000001
-#define NTDSCONN_OPT_TWOWAY_SYNC 0x00000002
-#define NTDSCONN_OPT_OVERRIDE_NOTIFY_DEFAULT 0x00000004
-#define NTDSCONN_OPT_USE_NOTIFY 0x00000008
-#define NTDSCONN_OPT_DISABLE_INTERSITE_COMPRESSION 0x00000010
-#define NTDSCONN_OPT_USER_OWNED_SCHEDULE 0x00000020
-#define NTDSCONN_OPT_RODC_TOPOLOGY 0x00000040
-
#define NTDSDSA_OPT_IS_GC 0x00000001
#define NTDSSETTINGS_OPT_IS_TOPL_DETECT_STALE_DISABLED 0x00000008