From: Douglas Bagnall Date: Thu, 27 Feb 2025 02:31:00 +0000 (+1300) Subject: manpages: samba-tool dns zoneoptions X-Git-Tag: tevent-0.17.0~561 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b5d66e28833d03dfdeb10e0311d6d19e74849c6;p=thirdparty%2Fsamba.git manpages: samba-tool dns zoneoptions Signed-off-by: Douglas Bagnall Reviewed-by: Rowland Penny --- diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index 66245b07ca8..40d06b825a6 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -592,6 +592,70 @@ List zones. + + dns zoneoptions <replaceable>server</replaceable> <replaceable>zone</replaceable> [options] + Manipulate aging options. This is useful in zones using dynamic DNS. + There are options to change records from static to + dynamic based on regular expressions or age, which is useful + in some cases where the values got mixed up in old versions of + Samba. + + + -n, --dry-run + Do not actually change + anything, but show what would happen. + + + --client-version=w2k|dotnet|longhorn + Windows client protocol + version. The default is + longhorn, which is + probably what you want. + + + + --mark-old-records-static=YYYY-MM-DD + Mark records older than the + specified date as static. + + + --mark-records-static-regex=REGEXP + Mark records that match the + given perl-compatible regular expression as + static. + + + --mark-records-dynamic-regex=REGEXP + Mark records that match the + given perl-compatible regular expression as + dynamic. + + + --aging=0|1 + + --aging=1 to enable aging for this zone. + --aging=0 to disable aging for this zone. + + + --norefreshinterval=HOURS + avoid further refreshes for + this long after a dynamic update. Set to zero + to use the default. + + + --refreshinterval=HOURS + Dynamic refresh interval in hours (0: use default) + + + + + + + + + + + domain Manage Domain.