max-server-connections
Use the max-server-connections stanza entry to define the maximum number of connections that are allowed with the LDAP server.
max-server-connections = number_connectionsDescription
Maximum number of connections that are allowed with the LDAP server. The Security Verify Access runtime maintains a pool of connections for each LDAP server. From this pool, an available connection is chosen to send requests to the LDAP server. If all connections are busy, a new connection is established with the LDAP server, up to the maximum server connection pool size.
This parameter is not available if We use the pdconfig utility. The parameter must be modified manually with the pdadmin utility.
Options
number_connections The maximum number of connections that are allowed with the LDAP server. The valid range for this parameter is 2-16. Values greater than 16 are set to 16.
Usage: Optional
Default value
If this parameter is not specified, the default pool size is 16.
Example:
max-server-connections = 16Parent topic: [server:<instance>] stanza