From db7497aef13bd78cd27d35338f9fb281007f8187 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 5 Jun 2025 10:51:03 +1200 Subject: [PATCH] docs:man: document samba-tool dns add --allow-existing BUG: https://bugzilla.samba.org/show_bug.cgi?id=13613 Signed-off-by: Douglas Bagnall Reviewed-by: Jennifer Sutton Reviewed-by: Rowland Penny Autobuild-User(master): Douglas Bagnall Autobuild-Date(master): Fri Jun 6 00:07:43 UTC 2025 on atb-devel-224 --- docs-xml/manpages/samba-tool.8.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index 28bd8c00124..d0bbc30c9e6 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -612,6 +612,16 @@ dns add <replaceable>server</replaceable> <replaceable>zone</replaceable> <replaceable>name</replaceable> <replaceable>A|AAAA|PTR|CNAME|NS|MX|SRV|TXT</replaceable> <replaceable>data</replaceable> Add a DNS record. + + + --allow-existing + Do not treat an existing record of this name + and type as an error. This has no functional change (the new + DNS record is not added) but the message and samba-tool + return code will not indicate error. + + + -- 2.47.2