C613-50631-01 Rev A Command Reference for IE340 Series 2406
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
LIGHTWEIGHT DIRECTORY ACCESS PROTOCOL (LDAP) COMMANDS
GROUP
-ATTRIBUTE
group-attribute
Overview Use this command to configure the name of the attribute that group members are
stored in.
It is only necessary to set this option if group-dn is used and you don’t want to use
the default attribute, which is ‘uniquemember’.
Use the no variant of this command to revert to the default group attribute.
Syntax
group-attribute <attribute>
no group-attribute
Default The default group attribute is ‘uniquemember’.
Mode LDAP Server Configuration
Example To set the group attribute for the LDAP server called ‘Server1’ to ‘member’, use the
commands:
awplus# configure terminal
awplus(config)# ldap-server Server1
awplus(config-ldap-server)# group-attribute member
To reset the group attribute to default for ‘Server1’, use the commands:
awplus# configure terminal
awplus(config)# ldap-server Server1
awplus(config-ldap-server)# no group-attribute
Related
commands
base-dn
bind authenticate root-dn
group-dn
ldap-server
login-attribute
search-filter
Command
changes
Version 5.5.2-1.1: command added
Parameter Description
<attribute> The attribute that group members are stored in.