1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/docs-xml/smbdotconf/domain/dnszonescavenging.xml
Gary Lockyer d871e0c84c smb.conf: add dns_zone_scavenging
Add parameter dns_zone_scavenging to control dns zone scavenging.
Scavenging is disabled by default, as due to
https://bugzilla.samba.org/show_bug.cgi?id=12451 the ageing properties of
existing DNS entries are incorrect.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
2018-07-12 04:31:51 +02:00

24 lines
842 B
XML

<samba:parameter name="dns zone scavenging"
context="G"
type="boolean"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>
When enabled (the default is disabled) unused dynamic dns records are
periodically removed.
</para>
<warning><para>
This option should not be enabled for installations created with
versions of samba before 4.9. Doing this will result in the loss of
static DNS entries. This is due to a bug in previous versions
of samba (BUG 12451) which marked dynamic DNS records as static and
static records as dynamic.
</para></warning>
<note><para>
If one record for a DNS name is static (non-aging) then no other record
for that DNS name will be scavenged.
</para></note>
</description>
<value type="default">no</value>
</samba:parameter>