Configures the LDAP server set parameters.
Command Mode
Exec > Global Configuration
Syntax
ldap server-set server_name [ add-child-on-parent-create-failure { false | true } | add-request-attribute attribute_name attribute_value | binds-per-second binds_count | connection connection_address port_number {auto-reconnect { false | true } | bind-timeout-ms bind_timeout_ms | connection-rule FASTEST/ROUND_ROBIN | priority priority_number | timeout-ms timeout } | ignore-ldap-error-result-codes result_code | initial-connections initial_connections | max-connections max_connections | max-failover-connection-age-ms max_failover_connections | missing-attribute-result-code attribute_code | number-consecutive-timeouts-for-bad-connection count_timeout | retry-count retry_count | retry-timer-ms retry_time | use-asynchronous-operations { false | true } ]
add-child-on-parent-create-failure { false | true}
Specify to enable or disable additions of child on parent creation failure.
Must be one of the following:
Default Value: true.
binds-per-second binds_count
Specify the number of binds per second.
Must be of type decimal64, with 2 fraction digits.
Default Value: 0.20.
ignore-ldap-error-result-codes result_code
Specify to ignore LDAP error result codes.
Must be an integer.
initial-connections initial_connections
Specify the initial connections.
Must be an integer.
Default Value: 1.
max-connections max_connections
Specify the maximum number of connections.
Must be an integer.
Default Value: 10.
max-failover-connection-age-ms max_failover_connections
Specify the maximum failover connection age in milliseconds.
Must be an integer.
Default Value: 60000.
missing-attribute-result-code result_code
Specify missing attribute result code.
Must be an integer.
Default Value: 0.
number-consecutive-timeouts-for-bad-connection count_timeouts
Specify the number of consecutive timeouts for bad connection.
Must be an integer.
Default Value: -1.
retry-count retry_count
Specify the retry count.
Must be an integer.
Default Value: 3.
retry-timer-ms retry_timeout
Specify the retry timer timeout period in milliseconds.
Must be an integer.
Default Value: 50.
server-set server_name
Specify the name of the LDAP server set.
Must be a string.
use-asynchronous-operations { false | true}
Specify to enable or disable using LDAP asynchronous operations.
Must be one of the following:
Default Value: true.
Usage Guidelines
Use this command to configure LDAP server set parameters.