s4:setup/dns_update_list: make use of the new substitution variables
commit5fdc841c44c190bb3dd5acf5eb7458b855e1d6a2
authorStefan Metzmacher <metze@samba.org>
Mon, 28 Apr 2014 16:54:13 +0000 (28 18:54 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 8 Sep 2014 05:49:09 +0000 (8 07:49 +0200)
tree1ac6d8c9869aff1ceece800d44f6a5a0b5c4aff6
parentd3947ea2f80e7bb5745ec7c6f3b9e8cf4d9b9245
s4:setup/dns_update_list: make use of the new substitution variables

This let us register the same names as Windows Servers.

We only exception are the NS records. In future we could add them
by using something like this:

  samba-tool dns add ${HOSTNAME} ${DNSDOMAIN} @ NS ${HOSTNAME}
  samba-tool dns add ${HOSTNAME} _msdcs.${DNSFOREST} @ NS ${HOSTNAME}
  samba-tool dns add ${HOSTNAME} ${DNSFOREST} _msdcs NS ${HOSTNAME}

Bug: https://bugzilla.samba.org/show_bug.cgi?id=9831

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Tue Aug 26 11:38:54 CEST 2014 on sn-devel-104

(cherry picked from commit 4383ec5b83d12bd19749582217f082cbaa31a128)
source4/setup/dns_update_list