mirror of
https://github.com/samba-team/samba.git
synced 2024-12-21 09:34:19 +03:00
WHATSNEW: Add client netlogon ping protocol parameter
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Mon Nov 11 15:15:29 UTC 2024 on atb-devel-224
This commit is contained in:
parent
47d7e86a62
commit
1c859ec1db
11
WHATSNEW.txt
11
WHATSNEW.txt
@ -28,6 +28,16 @@ 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.
|
||||
|
||||
Netlogon Ping over LDAP and LDAPS
|
||||
---------------------------------
|
||||
|
||||
Samba must query domain controller information via simple queries on
|
||||
the AD rootdse's netlogon attribute. Typically this is done via
|
||||
connectionless LDAP, using UDP on port 389. The same information is
|
||||
also available via classic LDAP rootdse queries over TCP. Samba can
|
||||
now be configured to use TCP via the new "client netlogon ping
|
||||
protocol" parameter to enable running in environments where firewalls
|
||||
completely block port 389 or UDP traffic to domain controllers.
|
||||
|
||||
REMOVED FEATURES
|
||||
================
|
||||
@ -63,6 +73,7 @@ smb.conf changes
|
||||
-------------- ----------- -------
|
||||
smb3 directory leases New Auto
|
||||
vfs mkdir use tmp name New Auto
|
||||
client netlogon ping protocol New cldap
|
||||
fruit:posix_rename Removed
|
||||
cldap port Removed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user