mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
db7560ff0f
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>
12 lines
485 B
XML
12 lines
485 B
XML
<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>
|