Chapter 2. Core Server Configuration Reference
56
2.3.1.105. nsslapd-threadnumber (Thread Number)
Defines the number of operation threads that the Directory Server creates at startup. The
nsslapd-
threadnumber
value should be increased if there are many directory clients performing time-
consuming operations such as add or modify, as this ensures that there are other threads available for
servicing short-lived operations such as simple searches. This value may also need increased if there
are many replication agreements or chained backends (database links). This attribute is not available
from the server console.
Parameter
Description
Entry DN
cn=config
Valid Range
1 to the maximum number of threads supported
by the system
Default Value
30
Syntax
Integer
Example
nsslapd-threadnumber: 60
2.3.1.106. nsslapd-timelimit (Time Limit)
This attribute sets the maximum number of seconds allocated for a search request. If this limit is
reached, Directory Server returns any entries it has located that match the search request, as well as
an exceeded time limit error.
When no limit is set,
ns-slapd
returns every matching entry to the client regardless of the time it
takes. To set a no limit value whereby Directory Server waits indefinitely for the search to complete,
specify a value of
-1
for this attribute in the
dse.ldif
file. A value of zero (
0
) causes no time to be
allowed for searches. The smallest time limit is 1 second.
NOTE
A value of
-1
on this attribute in the
dse.ldif
is the same as leaving the attribute blank
in the server console in that it causes no limit to be used. However, a negative integer
cannot be set in this field in the server console, and a null value cannot be used in the
dse.ldif
entry, as it is not a valid integer.
Parameter
Description
Entry DN
cn=config
Valid Range
-1 to the maximum 32 bit integer value
(2147483647) in seconds
Default Value
3600
Syntax
Integer
Example
nsslapd-timelimit: 3600
2.3.1.107. nsslapd-tmpdir
This is the absolute path of the directory the server uses for temporary files. The directory must be
owned by the server user ID and the user must have read and write access. No other user ID should
have read or write access to the directory. The default value is
/tmp
.
Содержание 8.1
Страница 8: ...viii ...
Страница 14: ...xiv ...
Страница 16: ...2 ...
Страница 250: ...236 ...
Страница 334: ...320 ...
Страница 372: ...358 ...