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