summaryrefslogtreecommitdiff
path: root/libds
diff options
context:
space:
mode:
authorDave Craft <wimberosa@gmail.com>2012-01-11 08:08:52 -0600
committerAndrew Tridgell <tridge@samba.org>2012-01-14 06:13:08 +0100
commit11e2c8493f08214c290fec87dac18ad23de234bf (patch)
tree8a133485961c4b2b4f5e4c45b1810822f29393ce /libds
parentb8a8870d276950fa7992047f98181bc137d63066 (diff)
downloadsamba-11e2c8493f08214c290fec87dac18ad23de234bf.tar.gz
Intersite KCC flags
NTDSSITELINK option flags added Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'libds')
-rw-r--r--libds/common/flags.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libds/common/flags.h b/libds/common/flags.h
index c25a9e91019..96709af118e 100644
--- a/libds/common/flags.h
+++ b/libds/common/flags.h
@@ -268,3 +268,8 @@
#define NTDSCONN_OPT_DISABLE_INTERSITE_COMPRESSION 0x00000010
#define NTDSCONN_OPT_USER_OWNED_SCHEDULE 0x00000020
#define NTDSCONN_OPT_RODC_TOPOLOGY 0x00000040
+
+/* 7.1.1.2.2.3.3 Site Link Object options flags */
+#define NTDSSITELINK_OPT_USE_NOTIFY 0x00000001
+#define NTDSSITELINK_OPT_TWOWAY_SYNC 0x00000002
+#define NTDSSITELINK_OPT_DISABLE_COMPRESSION 0x00000004