From 1c859ec1dbec839f3c6571e76a7587c3e2032465 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 8 Nov 2024 16:39:42 +0100 Subject: [PATCH] WHATSNEW: Add client netlogon ping protocol parameter Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Mon Nov 11 15:15:29 UTC 2024 on atb-devel-224 --- WHATSNEW.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 51632e35c70..9a056da4810 100644 --- a/WHATSNEW.txt +++ b/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 -- 2.11.4.GIT