Server User Manual

Chapter 3. Plug-in Implemented Server Functionality Reference
200
3.5.2.7. nsConcurrentOperationsLimit
This attribute specifies the maximum number of concurrent operations allowed.
Parameter Description
Entry DN cn=default instance config, cn=chaining
database, cn=plugins, cn=config
Valid Range 1 to 50 operations
Default Value 2
Syntax Integer
Example nsConcurrentOperationsLimit: 5
3.5.2.8. nsConnectionLife
This attribute specifies connection lifetime. Connections between the database link and the remote
server can be kept open for an unspecified time or closed after a specific period of time. It is faster
to keep the connections open, but it uses more resources. When the value is 0 and a list of failover
servers is provided in the nsFarmServerURL attribute, the main server is never contacted after
failover to the alternate server.
Parameter Description
Entry DN cn=default instance config, cn=chaining
database, cn=plugins, cn=config
Valid Range 0 to limitless seconds (where 0 means forever)
Default Value 0
Syntax Integer
Example nsConnectionLife: 0
3.5.2.9. nsOperationConnectionsLimit
This attribute shows the maximum number of LDAP connections the database link establishes with the
remote server.
Parameter Description
Entry DN cn=default instance config, cn=chaining
database, cn=plugins, cn=config
Valid Range 1 to n connections
Default Value 20
Syntax Integer
Example nsOperationConnectionsLimit: 10
3.5.2.10. nsProxiedAuthorization
Reserved for advanced use only. This attribute can disable proxied authorization with a value of off.