1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

docs👨 document samba-tool dns add --allow-existing

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13613

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
Reviewed-by: Rowland Penny <rpenny@samba.org>

Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org>
Autobuild-Date(master): Fri Jun  6 00:07:43 UTC 2025 on atb-devel-224
This commit is contained in:
Douglas Bagnall
2025-06-05 10:51:03 +12:00
committed by Douglas Bagnall
parent b41c6caaf0
commit db7497aef1

View File

@ -612,6 +612,16 @@
<refsect3>
<title>dns add <replaceable>server</replaceable> <replaceable>zone</replaceable> <replaceable>name</replaceable> <replaceable>A|AAAA|PTR|CNAME|NS|MX|SRV|TXT</replaceable> <replaceable>data</replaceable></title>
<para>Add a DNS record.</para>
<variablelist>
<varlistentry>
<term>--allow-existing</term>
<listitem><para> 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. </para></listitem>
</varlistentry>
</variablelist>
</refsect3>