mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
527d81fc5e
This was not used consistently across all of our code base, and I don't see a reason why this should ever not be port 389. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
94 lines
3.1 KiB
Plaintext
94 lines
3.1 KiB
Plaintext
Release Announcements
|
|
=====================
|
|
|
|
This is the first pre release of Samba 4.22. This is *not*
|
|
intended for production environments and is designed for testing
|
|
purposes only. Please report any defects via the Samba bug reporting
|
|
system at https://bugzilla.samba.org/.
|
|
|
|
Samba 4.22 will be the next version of the Samba suite.
|
|
|
|
|
|
UPGRADING
|
|
=========
|
|
|
|
|
|
NEW FEATURES/CHANGES
|
|
====================
|
|
|
|
SMB3 Directory Leases
|
|
---------------------
|
|
|
|
Starting with Samba 4.22 SMB3 Directory Leases are supported. The new global
|
|
option "smb3 directory leases" controls whether the feature is enabled or
|
|
not. By default, SMB3 Directory Leases are enabled on non-clustered Samba and
|
|
disabled on clustered Samba, based on the "clustering" option. See man smb.conf
|
|
for more details.
|
|
|
|
SMB3 Directory Leases allow clients to cache directory listings and, depending
|
|
on the workload, result in a decent reduction in SMB requests from clients.
|
|
|
|
|
|
REMOVED FEATURES
|
|
================
|
|
|
|
The "nmbd proxy logon" feature was removed. This was used before
|
|
Samba4 acquired a NBT server.
|
|
|
|
The parameter "cldap port" has been removed. CLDAP runs over UDP port
|
|
389, we don't see a reason why this should ever be changed to a
|
|
different port. Moreover, we had several places in the code where
|
|
Samba did not respect this parameter, so the behaviour was at least
|
|
inconsistent.
|
|
|
|
fruit:posix_rename
|
|
------------------
|
|
|
|
This option of the vfs_fruit VFS module that could be used to enable POSIX
|
|
directory rename behaviour for OS X clients has been removed as it could result
|
|
in severe problems for Windows clients.
|
|
|
|
As a possible workaround it is possible to prevent creation of .DS_Store files
|
|
(a Finder thingy to store directory view settings) on network mounts by running
|
|
|
|
$ defaults write com.apple.desktopservices DSDontWriteNetworkStores true
|
|
|
|
on the Mac.
|
|
|
|
|
|
smb.conf changes
|
|
================
|
|
|
|
Parameter Name Description Default
|
|
-------------- ----------- -------
|
|
smb3 directory leases New Auto
|
|
vfs mkdir use tmp name New Auto
|
|
fruit:posix_rename Removed
|
|
cldap port Removed
|
|
|
|
KNOWN ISSUES
|
|
============
|
|
|
|
https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.22#Release_blocking_bugs
|
|
|
|
|
|
#######################################
|
|
Reporting bugs & Development Discussion
|
|
#######################################
|
|
|
|
Please discuss this release on the samba-technical mailing list or by
|
|
joining the #samba-technical:matrix.org matrix room, or
|
|
#samba-technical IRC channel on irc.libera.chat
|
|
|
|
If you do report problems then please try to send high quality
|
|
feedback. If you don't provide vital information to help us track down
|
|
the problem then you will probably be ignored. All bug reports should
|
|
be filed under the Samba 4.1 and newer product in the project's Bugzilla
|
|
database (https://bugzilla.samba.org/).
|
|
|
|
|
|
======================================================================
|
|
== Our Code, Our Bugs, Our Responsibility.
|
|
== The Samba Team
|
|
======================================================================
|