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/smbd/server.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/smbd/server.c') diff --git a/source4/smbd/server.c b/source4/smbd/server.c index 99e9c68a87..719482796e 100644 --- a/source4/smbd/server.c +++ b/source4/smbd/server.c @@ -256,6 +256,7 @@ static int binary_smbd_main(const char *binary_name, int argc, const char *argv[ extern NTSTATUS server_service_smb_init(void); extern NTSTATUS server_service_drepl_init(void); extern NTSTATUS server_service_kcc_init(void); + extern NTSTATUS server_service_dnsupdate_init(void); extern NTSTATUS server_service_rpc_init(void); extern NTSTATUS server_service_ntp_signd_init(void); extern NTSTATUS server_service_samba3_smb_init(void); -- cgit