summaryrefslogtreecommitdiff
path: root/source4/dsdb/repl/drepl_service.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-01 19:07:01 -0700
committerAndrew Tridgell <tridge@samba.org>2010-10-01 22:31:58 -0700
commiteadd28233d8df31cddc5c8dd888b768f3ac19730 (patch)
treee2260904556627e8b9ecada294e208988f86c916 /source4/dsdb/repl/drepl_service.h
parent9bae4cd3d967f43c32796d03b1c2ee8ae5119e00 (diff)
downloadsamba-eadd28233d8df31cddc5c8dd888b768f3ac19730.tar.gz
samba-eadd28233d8df31cddc5c8dd888b768f3ac19730.tar.bz2
samba-eadd28233d8df31cddc5c8dd888b768f3ac19730.zip
s4-repl: use the GC principal name for DRS replication connection
this is required when talking to RODCs (for notify calls), and is good practice for all DCs Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/repl/drepl_service.h')
-rw-r--r--source4/dsdb/repl/drepl_service.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/dsdb/repl/drepl_service.h b/source4/dsdb/repl/drepl_service.h
index 7aeb7633b1..ba1f1950ef 100644
--- a/source4/dsdb/repl/drepl_service.h
+++ b/source4/dsdb/repl/drepl_service.h
@@ -52,6 +52,9 @@ struct dreplsrv_out_connection {
/* the out going connection to the source dsa */
struct dreplsrv_drsuapi_connection *drsuapi;
+
+ /* used to force the GC principal name */
+ const char *principal_name;
};
struct dreplsrv_partition_source_dsa {
@@ -130,6 +133,7 @@ struct dreplsrv_notify_operation {
struct dreplsrv_partition_source_dsa *source_dsa;
bool is_urgent;
+ uint32_t replica_flags;
};
struct dreplsrv_service {