Configuring LDAP
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
[no] ldap-server deadtime minutes
Example:
switch(config)# ldap-server deadtime 5
Step 3
(Optional) show ldap-server
Example:
switch(config)# show ldap-server
Step 4
(Optional) copy running-config startup-config
Example:
switch(config)# copy running-config startup-config
Related Topics
Configuring AAA Authorization on LDAP Servers
You can configure the default AAA authorization method for LDAP servers.
Before you begin
Enable LDAP.
SUMMARY STEPS
1. configure terminal
2. aaa authorization {ssh-certificate | ssh-publickey} default {group group-list | local}
3. (Optional) show aaa authorization [all]
4. (Optional) copy running-config startup-config
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Enabling or Disabling
LDAP, on page 110
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
Configuring AAA Authorization on LDAP Servers
Purpose
Enters global configuration mode.
Configures the global dead-time interval. The default value
is 0 minutes. The range is from 1 to 60 minutes.
Displays the LDAP server configuration.
Copies the running configuration to the startup
configuration.
Purpose
Enters global configuration mode.
121