Core Server Configuration Attributes Reference
70 Red Hat Directory Server Configuration, Command, and File Reference • May 2005
nsslapd-maxthreadsperconn (Maximum Threads per Connection)
Defines the maximum number of threads that a connection should use. For
normal operations where a client binds and only performs one or two operations
before unbinding, you should use the default value. For situations where a client
binds and simultaneously issues many requests, you should increase this value to
allow each connection enough resources to perform all the operations. This
attribute is not available from the server console.
nsslapd-nagle
When the value of this attribute is
off
, the
TCP_NODELAY
option is set so that
LDAP responses (such as entries or result messages) are sent back to a client
immediately. When the attribute is turned on, default TCP behavior applies;
namely, the sending of data is delayed in the hope that this will enable additional
data to be grouped into one packet of the underlying network MTU size (typically
1500 bytes for Ethernet).
nsslapd-outbound-ldap-io-timeout
This attribute limits the I/O wait time for all outbound LDAP connections. The
default is
300000
milliseconds (5 minutes). A value of
0
indicates that the server
will impose no limit on I/O wait time.
Entry DN: cn=config
Valid Range: 1 to maximum threadnumber
Default Value: 5
Syntax: Integer
Example: nsslapd-maxthreadsperconn: 5
Entry DN: cn=config
Valid Values: on | off
Default Value: off
Syntax: DirectoryString
Example: nsslapd-nagle: off