summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorKevin Anderson <andersonkw2@gmail.com>2017-11-25 23:03:59 -0500
committerJeremy Allison <jra@samba.org>2017-12-08 22:58:17 +0100
commit18307f87114b90258fb51222bfde4408e80dc596 (patch)
tree623af47b139095527c348917a6e54a2be13a802e /docs-xml
parentb8d0602e598a814b8e707b50aa895d18aa3d8d6c (diff)
downloadsamba-18307f87114b90258fb51222bfde4408e80dc596.tar.gz
Add mdns name configuration option
Add the mdns name configuration variable to control the mdns hostname. The default is to use the NETBIOS name of the system to match previous versions which is typically the hostname in all capitals. A value of mdns can be provided to defer the hostname to the mdns library. With the recent patch to support time machine being merged this patch allows for a user to configure the server name that is advertised to be lower cased through Avahi advertisements. Signed-off-by: Kevin Anderson <andersonkw2@gmail.com> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/base/mdnsname.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/base/mdnsname.xml b/docs-xml/smbdotconf/base/mdnsname.xml
new file mode 100644
index 00000000000..fba90ff9b84
--- /dev/null
+++ b/docs-xml/smbdotconf/base/mdnsname.xml
@@ -0,0 +1,19 @@
+<samba:parameter name="mdns name"
+ type="enum"
+ context="G"
+ enumlist="enum_mdns_name_values"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+
+<description>
+ <para>This parameter controls the name that multicast DNS
+ support advertises as its' hostname.</para>
+
+ <para>The default is to use the NETBIOS name which is typically
+ the hostname in all capital letters. </para>
+
+ <para>A setting of mdns will defer the hostname configuration
+ to the MDNS library that is used.</para>
+
+</description>
+<value type="default">netbios</value>
+</samba:parameter>