max-server-connections

This stanza entry specifies the maximum number of connections for the LDAP server.

max-server-connections = number_connections

Specifies the maximum number of connections that are allowed with the LDAP server. The Security Verify Access run time maintains a pool of connections for each LDAP server. From this pool, an available connection is chosen to do requests to the LDAP server. If all connections are busy, a new connection is established with the LDAP server, up to the maximum LDAP server connection pool size.

Options

number_connections
The maximum number of connections 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 = 16

Parent topic: [ldap] stanza for ldap.conf