From 18307f87114b90258fb51222bfde4408e80dc596 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Sat, 25 Nov 2017 23:03:59 -0500 Subject: 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 Reviewed-by: Ralph Boehme Reviewed-by: Jeremy Allison --- WHATSNEW.txt | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'WHATSNEW.txt') 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 ================================================ -- cgit v1.2.1