mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-09 00:32:08 -04:00
Document threads
This commit is contained in:
parent
46ccd19bee
commit
15d6677c4e
1 changed files with 10 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.TH SLAPD.CONF 5 "23 August 2000" "OpenLDAP LDVERSION"
|
||||
.\" $OpenLDAP$
|
||||
.TH SLAPD.CONF 5 "17 October 2000" "OpenLDAP LDVERSION"
|
||||
.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
|
||||
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
|
||||
.\" $OpenLDAP$
|
||||
.SH NAME
|
||||
slapd.conf \- configuration file for slapd, the stand-alone LDAP daemon
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -121,6 +121,7 @@ SubstringAssertion NISnetgrouptriple Bootparameter
|
|||
.TP
|
||||
.B concurrency <integer>
|
||||
Specify a desired level of concurrency. Provided to the underlying
|
||||
<<<<<<< slapd.conf.5
|
||||
thread system as a hint. The default is not to provdide any hint.
|
||||
.HP
|
||||
.B defaultaccess { none | auth | compare | search | read | write }
|
||||
|
|
@ -132,6 +133,9 @@ recommended that
|
|||
.B access
|
||||
directives be used instead.
|
||||
.RE
|
||||
=======
|
||||
thread system as a hint. The default is not to provide any hint.
|
||||
>>>>>>> 1.57
|
||||
.TP
|
||||
.B defaultsearchbase <dn>
|
||||
Specify a default search base to use when client submits a
|
||||
|
|
@ -375,10 +379,6 @@ Specify the srvtab file in which the kerberos keys necessary for
|
|||
authenticating clients using kerberos can be found. This option is only
|
||||
meaningful if you are using Kerberos authentication.
|
||||
.TP
|
||||
.B timelimit <integer>
|
||||
Specify the maximum number of seconds (in real time)
|
||||
require forward secrecy between sessions.
|
||||
.TP
|
||||
.B schemacheck { on | off }
|
||||
Turn schema checking on or off. The default is on.
|
||||
.TP
|
||||
|
|
@ -391,6 +391,10 @@ Specify the srvtab file in which the kerberos keys necessary for
|
|||
authenticating clients using kerberos can be found. This option is only
|
||||
meaningful if you are using Kerberos authentication.
|
||||
.TP
|
||||
.B threads <integer>
|
||||
Specify the maximum size of the primary thread pool.
|
||||
The default is 32.
|
||||
.TP
|
||||
.B timelimit <integer>
|
||||
Specify the maximum number of seconds (in real time)
|
||||
.B slapd
|
||||
|
|
|
|||
Loading…
Reference in a new issue