mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
06.38.2011 749b79ff5d863ce3e4760d16a79b66090d74fd7a
opends/src/admin/messages/LDAPConnectionHandlerCfgDefn.properties
@@ -40,6 +40,7 @@
property.max-request-size.description=This property is analogous to the maxBERSize configuration attribute of the Sun Java System Directory Server. This can help prevent denial-of-service attacks by clients that indicate they send extremely large requests to the server causing it to attempt to allocate large amounts of memory.
property.num-request-handlers.synopsis=Specifies the number of request handlers that are used to read requests from clients.
property.num-request-handlers.description=The LDAP Connection Handler uses one thread to accept new connections from clients, but uses one or more additional threads to read requests from existing client connections. This ensures that new requests are read efficiently and that the connection handler itself does not become a bottleneck when the server is under heavy load from many clients at the same time.
property.num-request-handlers.default-behavior.alias.synopsis=Let the server decide.
property.send-rejection-notice.synopsis=Indicates whether the LDAP Connection Handler should send a notice of disconnection extended response message to the client if a new connection is rejected for some reason.
property.send-rejection-notice.description=The extended response message may provide an explanation indicating the reason that the connection was rejected.
property.ssl-cert-nickname.synopsis=Specifies the nickname (also called the alias) of the certificate that the LDAP Connection Handler should use when performing SSL communication.