WHATSNEW: Add entry for "Dynamic DNS record scavenging support"
authorAndrew Bartlett <abartlet@samba.org>
Tue, 10 Jul 2018 05:13:48 +0000 (17:13 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 12 Jul 2018 02:31:58 +0000 (04:31 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10812

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
WHATSNEW.txt

index 6795e0f2edf21732e5533fa21d7f4f8037f05fe2..3d3b66569f3a5c4af76929769d63eabf2c3e8f36 100644 (file)
@@ -218,6 +218,23 @@ Samba developers now have pre-commit testing available in GitLab,
 giving reviewers confidence that the submitted patches pass a full CI
 before being submitted to the Samba Team's own autobuild system.
 
+Dynamic DNS record scavenging support
+-------------------------------------
+
+It is now possible to enable scavenging of DNS Zones to remove DNS
+records that were dynamically created and have not been touched in
+some time.
+
+This support should however only be enabled on new zones or new
+installations.  Sadly old Samba versions suffer from BUG 12451 and
+mark dynamic DNS records as static and static records as dynamic.
+While a dbcheck rule may be able to find these in the future,
+currently a reliable test has not been devised.
+
+Finally, there is not currently a command-line tool to enable this
+feature, currently it should be enabled from the DNS Manager tool from
+Windows. Also the feature needs to have been enabled by setting the smb.conf
+parameter "dns zone scavenging = yes".
 
 REMOVED FEATURES
 ================