Brocade Communications Systems 2.1 Switch User Manual


 
Network OS Documentation Update 11
53-1002606-06
ldap-server host
2
ldap-server host
Configures an LDAP-server host.
Synopsis ldap-server host {ipaddr | FQDN} [port portnum] [basedn basedn] [timeout secs] [retries num]
no ldap-server host {ipaddr | FQDN}
Operands host ipaddr Specifies the destination IP address.
host FQDN Specifies the destination hostname. The maximum supported length is 40
characters.
port portnum TCP Port for Authentication.
domain basedn Describes the base domain name of the host. The maximum supported
length is 40 characters.
timeout secs Wait time for this server to respond.
retries num Number of retries for this server connection.
Defaults The default timeout is five seconds. The default port is 389. The default number of retries is five.
Command
Modes
Global configuration mode
Description This commands sets up a connection to the LDAP-server host, or modifies an existing
configuration.
Usage
Guidelines
Use the no version of this command to delete an LDAP server.
The maximum supported length for the AAA LDAP hostname is 40 characters.
Examples Example of adding an LDAP server on port 3890 with retries set to three.
switch(config)# ldap-server host 10.24.65.6 basedn sec.brocade.com port 3890
retries 3
See Also None