ldap: Run the LDAP server with the default (typically standard) process model
authorAndrew Bartlett <abartlet@samba.org>
Mon, 17 Oct 2016 00:55:42 +0000 (13:55 +1300)
committerStefan Metzmacher <metze@samba.org>
Sun, 2 Jul 2017 15:35:20 +0000 (17:35 +0200)
commitf4ce77857bb677ea612ad26d700960f913ff7bd8
tree22b5bd85e1f9140685796f5accb9c32a512fb5c5
parent5ec724687e1a714b2effbfb47e997632e3346297
ldap: Run the LDAP server with the default (typically standard) process model

This allows one LDAP socket to proceed if another fails, and reduces the
impact of a crash becoming a DoS bug, as it only impacts one socket.

This may mean we have a lot of idle tasks, but this should not be a big
issue

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/ldap_server/ldap_server.c