This command displays LDAP server configuration information for all hosts or for the specified host.
| Format | show ldap-server [ip-address|ipv6-address|host-name] |
| Mode | Privileged EXEC |
The command output includes the fields shown in the following table.
| Term | Definition |
|---|---|
| Host Address | Host address of the LDAP server |
| SSL Enabled | Whether SSL mode is enabled |
| Port | LDAP port |
| Timeout | Timeout value for the LDAP operation, in seconds. |
Example:
(localhost) (Config)#show ldap-server Authentication : Bind and Search Bind and Search : append with basedn "cn=$userid,ou=users" Host address SSL Enabled Port Timeout ------------------------------------------- ------------ ----- ------- 192.168.1.1 No 389 10 sec server1.lancom.com Yes 636 5 sec (localhost) (Config)#show ldap-server 192.168.1.1 Authentication : Bind and Search Bind and Search : append with basedn "cn=$userid,ou=users" Host address SSL Enabled Port Timeout ------------------------------------------- ------------ ----- ------- 192.168.1.1 No 389 10 sec