C613-50631-01 Rev A Command Reference for IE340 Series 2423
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
LIGHTWEIGHT DIRECTORY ACCESS PROTOCOL (LDAP) COMMANDS
SERVER
(LDAP-GROUP)
server (ldap-group)
Overview Use this command to add an LDAP server to an LDAP server group.
The server is identified by the name of the server, which is created using the
ldap-server command.
Use the no variant of this command to remove an LDAP server from an LDAP server
group.
Syntax
server <server-name>
no server <server-name>
Default By default, LDAP servers are only added to the default 'ldap' server group.
Mode LDAP Server Group Configuration
Usage notes The server is appended to the server list of the group, and the order of
configuration determines the precedence of servers.
Example To add the LDAP server called ‘Server1’ to the LDAP server group called ‘Group1’,
use the commands:
awplus# configure terminal
awplus(config)# aaa group server ldap Group1
awplus(config-ldap-group)# server Server1
To remove ‘Server1’ from ‘Group1’, use the commands:
awplus# configure terminal
awplus(config)# aaa group server ldap Group1
awplus(config-ldap-group)# no server Server1
Related
commands
aaa authentication login
aaa group server
ldap-server
show ldap server group
Command
changes
Version 5.5.2-1.1: command added
Parameter Description
<server-name> The name of the LDAP server group, specified when creating the
LDAP server.