Add mdns name configuration option
[sfrench/samba-autobuild/.git] / docs-xml / smbdotconf / base / mdnsname.xml
1 <samba:parameter name="mdns name"
2                  type="enum"
3                  context="G"
4                  enumlist="enum_mdns_name_values"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6
7 <description>
8         <para>This parameter controls the name that multicast DNS
9         support advertises as its' hostname.</para>
10
11         <para>The default is to use the NETBIOS name which is typically
12         the hostname in all capital letters. </para>
13
14         <para>A setting of mdns will defer the hostname configuration
15         to the MDNS library that is used.</para>
16
17 </description>
18 <value type="default">netbios</value>
19 </samba:parameter>