>From 2b124596449d56bb7e2b32b9362a1fd9daf4627a Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sun, 7 Oct 2012 21:42:38 -0700 Subject: [PATCH] s4-dsdb: Add some notes about the replication --- source4/dsdb/repl/drepl_out_helpers.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source4/dsdb/repl/drepl_out_helpers.c b/source4/dsdb/repl/drepl_out_helpers.c index 16825d4..0efe000 100644 --- a/source4/dsdb/repl/drepl_out_helpers.c +++ b/source4/dsdb/repl/drepl_out_helpers.c @@ -739,6 +739,18 @@ static void dreplsrv_op_pull_source_apply_changes_trigger(struct tevent_req *req return; } + /* + * FIXME + * + * Normaly it's the job of the KCC to periodically indicate to + * the partner DC that we are interested about updates from it. + * That is to say that the other DC should send us dsreplicasync + * when somehting has changed. + * It's not necesserly because we just replicated from one DC that this + * DC should send us always notification. + * Because it might not be desirable within the same site (if more than + * 4 DC) and even less desirable between 2 sites. + */ /* now we need to update the repsTo record for this partition on the server. These records are initially established when we join the domain, but they quickly expire. We do it here -- 1.7.9.5