summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2018-07-10 17:13:48 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-07-12 04:31:58 +0200
commit356f39534036064a5aef49c524b6395469f7098f (patch)
tree5ea89e265bb19e38f2327919c9c2fc8a86775fb6 /WHATSNEW.txt
parent59657418107e40d5b95e85dcff164db5bb60e504 (diff)
downloadsamba-356f39534036064a5aef49c524b6395469f7098f.tar.gz
WHATSNEW: Add entry for "Dynamic DNS record scavenging support"
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10812 Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 6795e0f2edf..3d3b66569f3 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -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
================