summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
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 /WHATSNEW.txt
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 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt26
1 files changed, 25 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 8f5986ec55e..007e5d914b0 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -29,6 +29,29 @@ policy. Can be applied automatically by setting
'server services = +gpoupdate'.
+Time Machine Support with vfs_fruit
+===================================
+Samba can be configured as a Time Machine target for Apple Mac devices
+through the vfs_fruit module. When enabling a share for Time Machine
+support the relevant Avahi records to support discovery will be published
+for installations that have been built against the Avahi client library.
+
+Shares can be designated as a Time Machine share with the following setting:
+
+ 'fruit:time machine = yes'
+
+Support for lower casing the MDNS Name
+======================================
+Allows the server name that is advertised through MDNS to be set to the
+hostname rather than the Samba NETBIOS name. This allows an administrator
+to make Samba registered MDNS records match the case of the hostname
+rather than being in all capitals.
+
+This can be set with the following settings:
+
+ 'mdns name = mdns'
+
+
smb.conf changes
================
@@ -38,7 +61,8 @@ smb.conf changes
gpo update command New
oplock contention limit Removed
prefork children New 1
-
+ mdns name Added netbios
+ fruit:time machine Added false
NT4-style replication based net commands removed
================================================