summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2018-09-19 15:52:15 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-11-30 15:05:04 +0100
commit5b627edc55683417e7ac56d3aff7b7aa7cec5d92 (patch)
treecf932887acc0248ce38c52f535a041e5aa0ea184 /WHATSNEW.txt
parentf90cf49970a0edf4dce5d145726a04e798530a2e (diff)
downloadsamba-5b627edc55683417e7ac56d3aff7b7aa7cec5d92.tar.gz
WHATSNEW: standard process limits
Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Nov 30 15:05:04 CET 2018 on sn-devel-144
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 23a88c295b5..50543637c86 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -75,6 +75,15 @@ delay between restart attempts up until it reaches "prefork maximum backoff".
Using the default sequence the restart delays (in seconds) are:
0, 10, 20, ..., 120, 120, ...
+standard process model
+----------------------
+
+When using the standard process model samba forks a new process to handle ldap
+and netlogon connections. Samba now honours the 'max smbd processes' smb.conf
+parameter. The default value of 0, indicates there is no limit. The limit
+is applied individually to netlogon and ldap. When the process limit is
+exceeded Samba drops new connections immediately.
+
REMOVED FEATURES
================