![]() |
![]() |
To configure LDAP settings on a primary and secondary server from the CLI, enter the following command from configuration mode:
To change the LDAP search base, use the following CLI command.
(configure)#
ldap search-base <search-base-DN>
To change the primary LDAP server's primary ip address and port, use the following CLI command.
(configure)#
ldap server primary <ip-addr> [<port-num>]
To change the secondary LDAP server's primary ip address and port, use the following CLI command.
(configure)#
ldap server secondary <ip-addr> [<port-num>]
To configure policy retrieval to stop on the first error, or ignore errors, use the following CLI command.
(configure)#
ldap execution-option {stop-on-error | ignore-errors}
![]() |
![]() |