summaryrefslogtreecommitdiff
path: root/source4/dsdb/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-02-11 20:21:15 +1100
committerAndrew Tridgell <tridge@samba.org>2010-02-11 21:04:14 +1100
commit89b6a80e7261422011e92d8ef1bc7ef2f2fd06af (patch)
treef9788aa94e4fe619c6703e6f73aa0e056a3fedc9 /source4/dsdb/config.mk
parent6bfb216293e7416e1164766d6f96c769d76fca8d (diff)
downloadsamba-89b6a80e7261422011e92d8ef1bc7ef2f2fd06af.tar.gz
samba-89b6a80e7261422011e92d8ef1bc7ef2f2fd06af.tar.bz2
samba-89b6a80e7261422011e92d8ef1bc7ef2f2fd06af.zip
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 <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/config.mk')
-rw-r--r--source4/dsdb/config.mk13
1 files changed, 13 insertions, 0 deletions
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)