diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index dd498476fe..e696f529b2 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -141,6 +141,16 @@ description.) .B concurrency Specify a desired level of concurrency. Provided to the underlying thread system as a hint. The default is not to provide any hint. +.TP +.B conn_max_pending +Specify the maximum number of pending requests for an anonymous session. +If requests are submitted faster than the server can process them, they +will be queued up to this limit. If the limit is exceeded, the session +is closed. The default is 100. +.TP +.B conn_max_pending_auth +Specify the maximum number of pending requests for an authenticated session. +The default is 1000. .\".TP .\".B debug .\"Specify a logging level for a particular subsystem. The subsystems include