From 89b6a80e7261422011e92d8ef1bc7ef2f2fd06af Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 11 Feb 2010 20:21:15 +1100 Subject: s4-dns: added a dns update task This task watches for changes in the list of DCs, and creates a bind9 formatted file that grants update permission to all DCs, plus to the administration, and machines update for their own names. Pair-Programmed-With: Andrew Bartlett --- source4/dsdb/config.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'source4/dsdb/config.mk') diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk index 5ea31c3e2c..b038b5e062 100644 --- a/source4/dsdb/config.mk +++ b/source4/dsdb/config.mk @@ -90,3 +90,16 @@ KCC_SRV_OBJ_FILES = $(addprefix $(dsdbsrcdir)/kcc/, \ $(eval $(call proto_header_template,$(dsdbsrcdir)/kcc/kcc_service_proto.h,$(KCC_SRV_OBJ_FILES:.o=.c))) +####################### +# Start SUBSYSTEM DNS_UPDATE_SRV +[MODULE::DNS_UPDATE_SRV] +INIT_FUNCTION = server_service_dnsupdate_init +SUBSYSTEM = service +PRIVATE_DEPENDENCIES = \ + SAMDB \ + process_model +# End SUBSYSTEM DNS_UPDATE_SRV +####################### + +DNS_UPDATE_SRV_OBJ_FILES = $(addprefix $(dsdbsrcdir)/dns/, \ + dns_update.o) -- cgit