From 4b5d66e28833d03dfdeb10e0311d6d19e74849c6 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 27 Feb 2025 15:31:00 +1300 Subject: [PATCH] manpages: samba-tool dns zoneoptions Signed-off-by: Douglas Bagnall Reviewed-by: Rowland Penny --- docs-xml/manpages/samba-tool.8.xml | 64 ++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) 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. -- 2.47.2