summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-06-30 16:02:46 +1200
committerStefan Metzmacher <metze@samba.org>2017-07-02 17:35:20 +0200
commita6bd91f4ec3c329d6363710cc50662460697f630 (patch)
treee5b90f9b25b5f737fed587f38e6bac74452dc54f /WHATSNEW.txt
parent9063669a05a261657d5b9a60254bd1b9065e6423 (diff)
downloadsamba-a6bd91f4ec3c329d6363710cc50662460697f630.tar.gz
WHATSNEW: Add entry for Multi-process LDAP Server
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 7b0bac78111..dbca75e2917 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -136,6 +136,16 @@ authentication, SMB and RPC authorization is covered, however password
changes are not at this stage, and this support is not currently
backed by a testsuite.
+Multi-process LDAP Server
+-------------------------
+
+The LDAP server in the AD DC now honours the process model used for
+the rest of the samba process, rather than being forced into a single
+process. This aids in Samba's ability to scale to larger numbers of AD
+clients and the AD DC's overall resiliency, but will mean that there is a
+fork()ed child for every LDAP client, which may be more resource
+intensive in some situations.
+
Query record for open file or directory
---------------------------------------