summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorIsaac Boukris <iboukris@gmail.com>2019-09-17 21:38:07 +0300
committerRalph Boehme <slow@samba.org>2019-10-25 09:21:44 +0000
commitdb7560ff0fb861552406bb4c422cff55c82f58bf (patch)
tree33e9a25d25ac93b13d672dbe2d7b3c9b0b5c2024 /docs-xml
parent3e65f72b141a7ee256ae581e5f48f1d930aed76a (diff)
downloadsamba-db7560ff0fb861552406bb4c422cff55c82f58bf.tar.gz
docs-xml: add "additional dns hostnames" smb.conf option
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14116 Signed-off-by: Isaac Boukris <iboukris@redhat.com> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/base/additionaldnshostnames.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/base/additionaldnshostnames.xml b/docs-xml/smbdotconf/base/additionaldnshostnames.xml
new file mode 100644
index 00000000000..ddc04ee9f81
--- /dev/null
+++ b/docs-xml/smbdotconf/base/additionaldnshostnames.xml
@@ -0,0 +1,11 @@
+<samba:parameter name="additional dns hostnames"
+ context="G"
+ type="cmdlist"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+ <description>
+ <para> A list of additional DNS names by which this host can be identified
+ </para>
+</description>
+<value type="default"><comment>empty string (no additional dns names)</comment></value>
+<value type="example"> host2.example.com host3.other.com </value>
+</samba:parameter>