WHATSNEW: Add entry for Multi-process LDAP Server
[samba.git] / WHATSNEW.txt
index 7b0bac78111aaa492d7c6819a381c68cc589cf53..dbca75e2917b04ae96ad1955b30eb4cc4b3f8ae0 100644 (file)
@@ -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
 ---------------------------------------