Overview
This article provides information regarding the CLI command ldap
.
You can use the ldap
command to configure the Exinda appliance to authenticate user login attempts with a remote LDAP (including Active Directory) server.
Information
- {}: Options are enclosed in braces and are separated by '|'
- []: Optional keywords are enclosed in brackets
- <>: User input is required where variables are enclosed in greater-than and less-than symbols
The following table describes the commands used for performing common actions related to ldap:
Action Description |
Command | Parameter Description |
To configure the LDAP user search base |
ldap base-dn <string> |
Not Applicable |
To configure the distinguished name (DN) to bind to the server |
ldap bind-dn <string> |
Not Applicable |
To specify the password for binding to the server |
ldap base-password <string> |
Not Applicable |
To specify the name of the group membership attribute | ldap group-attribute {<string>|member|uniqueMember} |
|
To specify the distinguished name of the group required for authentication |
ldap group-dn <string> |
Not Applicable |
To specify the hostname or IP address of the LDAP server |
ldap host <hostname or IP address> |
host <hostname or IP address> - IPv4 and IPv6 addresses can be used. |
To specify the attribute that contains the login name | ldap login-attribute {<string>|uid|sAMAccountName} |
|
To specify the port of the LDAP server |
ldap port |
Not Applicable |
To enable LDAP referrals |
ldap referrals |
Not Applicable |
To specify to scope of the LDAP search | ldap scope {one-level|subtree} |
|
To configure the SSL (Secure Sockets Layer) and TLS (Transport Layer Security) settings | ldap ssl {cert-verify|mode {none|ssl|tls}|ssl-port} |
|
To specify the number of seconds before LDAP times out for binding to a server |
ldap timeout-bind <seconds> |
Not Applicable |
To specify the number of seconds before a search for user information on the LDAP server times out |
ldap timeout-search <seconds> |
Not Applicable |
To configure the supported version of LDAP | ldap version {2|3} |
|
Find more CLI commands.