From 657b7039c38e97af9dbacafb5ab7a5966f52eaea Mon Sep 17 00:00:00 2001 From: Nadezhda Ivanova Date: Wed, 25 Aug 2010 00:22:16 +0300 Subject: s4-drs: Implementation of GetNCChanges extended op 6 - fsmo role transfer Basically the candidate owner makes a getncchanges call with extended op 6 when they want to become the new owner. The current owner then updates the corresponding fSMORoleOwner attribute in its database with the new owner, and replicates the change to the candidate, who then becomes the owner. The patch was made in cooperation with Anatoliy Atanasov who kindly helped to debug it. --- source4/dsdb/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/dsdb/config.mk') diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk index 1ab0cb2102..e12193d524 100644 --- a/source4/dsdb/config.mk +++ b/source4/dsdb/config.mk @@ -68,7 +68,8 @@ DREPL_SRV_OBJ_FILES = $(addprefix $(dsdbsrcdir)/repl/, \ drepl_out_pull.o \ drepl_out_helpers.o \ drepl_notify.o \ - drepl_ridalloc.o) + drepl_ridalloc.o \ + drepl_fsmo.o) $(eval $(call proto_header_template,$(dsdbsrcdir)/repl/drepl_service_proto.h,$(DREPL_SRV_OBJ_FILES:.o=.c))) -- cgit