ldap-server-endpoint connect
Configures the LDAP Server connection parameters.
Command Mode
Exec > Global Configuration
Syntax
ldap-server-endpoint connect [ bind-ip bind_ip_address | binddn bind_dn | max-transactions max_tps | password password | port port_number | request-timeout request_timeout | replica replica_count ]
bind-ip bind_ip_address
Specify the IP address to connect to the LDAP server.
binddn bind_dn
Specify the binding user to bind to the LDAP server.
Must be a string.
max-transactions max_tps
Specify the maximum TPS allowed.
Must be an integer.
Default Value: 200.
password password
Specify the binding user's password in plain text format.
port port_number
Specify the destination LDAP port to connect to the LDAP server.
Default Value: 9389.
replica replica_count
Specify the replica count.
Must be an integer.
Default Value: 1.
request-timeout request_timeout
Specify the request time out duration in milliseconds.
Must be an integer.
Default Value: 2000.
Usage Guidelines
Use this command to configure the LDAP Server connection parameters.