From eadd28233d8df31cddc5c8dd888b768f3ac19730 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 1 Oct 2010 19:07:01 -0700 Subject: 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 --- source4/dsdb/repl/drepl_service.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/dsdb/repl/drepl_service.h') 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 { -- cgit