ldap-server-endpoint connect

Configures the LDAP Server connection parameters.

Privilege Level

Security Administrator, Administrator

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.

Must be an IP address.

binddn bind_dn

Specify the binding user to bind to the LDAP server.

Must be a string.

password password

Specify the binding user's password in plain text format.

Must be an aes-cfb-128-encrypted string.

port port_number

Specify the destination LDAP port to connect to the LDAP server.

Must be a port number.

Default Value: 9389.

request-timeout request_timeout

Specify the request time out duration in milliseconds.

Must be an integer.

Default Value: 2000.

replica replica_count

Specify the replica count.

Must be an integer.

Default Value: 1.

max-transactions max_tps

Specify the maximum TPS allowed.

Must be an integer.

Default Value: 200.

Usage Guidelines

Use this command to configure the LDAP Server connection parameters.