diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-02-11 20:21:15 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-02-11 21:04:14 +1100 |
commit | 89b6a80e7261422011e92d8ef1bc7ef2f2fd06af (patch) | |
tree | f9788aa94e4fe619c6703e6f73aa0e056a3fedc9 /source4/smbd | |
parent | 6bfb216293e7416e1164766d6f96c769d76fca8d (diff) | |
download | samba-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/smbd')
-rw-r--r-- | source4/smbd/server.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |