Core Server Configuration Attributes Reference
Chapter 2 Core Server Configuration Reference 83
nsslapd-timelimit (Time Limit)
Specifies 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
will return every matching entry to the client
regardless of the time it takes. To set a no limit value whereby Directory Server will
wait 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.
nsslapd-versionstring
Specifies the server version number.
Default Value: 30
Syntax: Integer
Example: nsslapd-threadnumber: 60
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, you cannot specify a negative integer for
this field in the server console, nor can you specify a null value in
dse.ldif
, as it is not a valid integer.
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
Entry DN: cn=config
Valid Values: Any valid server version number.
Default Value: N/A