From: Douglas Bagnall Date: Wed, 4 Jun 2025 22:51:03 +0000 (+1200) Subject: docs:man: document samba-tool dns add --allow-existing X-Git-Tag: tevent-0.17.0~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db7497aef13bd78cd27d35338f9fb281007f8187;p=thirdparty%2Fsamba.git 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 --- 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. + + +