WHATSNEW: DNS at domain join improvements
authorGarming Sam <garming@catalyst.net.nz>
Mon, 3 Jul 2017 01:09:26 +0000 (13:09 +1200)
committerGarming Sam <garming@samba.org>
Mon, 3 Jul 2017 01:59:17 +0000 (03:59 +0200)
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
WHATSNEW.txt

index a50e3314be3b7b89d961d03739f86a43381be3ce..5ccd9d558c69d31fbbacbf7daa6b0fcb44c8b7fe 100644 (file)
@@ -178,6 +178,18 @@ The user command of 'samba-tool' has been updated in order to be able to
 extract these additional hashes, as well as extracting the (HTTP) WDigest
 hashes that we had also been storing in supplementalCredentials.
 
+Improvements to DNS during Active Directory domain join
+-------------------------------------------------------
+
+The 'samba-tool' domain join command will now add the A and GUID DNS records
+(on both the local and remote servers) during a join if possible via RPC. This
+should allow replication to proceed more smoothly post-join.
+
+The mname element of the SOA record will now also be dynamically generated to
+point to the local read-write server. 'samba_dnsupdate' should now be more
+reliable as it will now find the appropriate name server even when resolv.conf
+points to a forwarder.
+
 Query record for open file or directory
 ---------------------------------------