C613-50631-01 Rev A Command Reference for IE340 Series 2407
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
LIGHTWEIGHT DIRECTORY ACCESS PROTOCOL (LDAP) COMMANDS
GROUP
-DN
group-dn
Overview Use this command to configure the group DN (Distinguished Name) of the group
that users should be a member of.
By default the device will determine this by checking the ‘uniquemember’
attribute of the group to see if it contains the user’s DN string. This can be changed
with the group-attribute command.
Use the no variant of this command to remove the configured group DN.
Syntax
group-dn <group-dn>
no group-dn
Default Not set
Mode LDAP Server Configuration
Example To set the group DN for the LDAP server called ‘Server1’ to ‘cn=Users,dc=example,
dc=com’, use the commands:
awplus# configure terminal
awplus(config)# ldap-server Server1
awplus(config-ldap-server)# group-dn cn=Users,dc=example,
dc=com
To clear the group DN for ‘Server1’, use the commands:
awplus# configure terminal
awplus(config)# ldap-server Server1
awplus(config-ldap-server)# no group-dn
Related
commands
base-dn
bind authenticate root-dn
group-attribute
ldap-server
login-attribute
search-filter
Command
changes
Version 5.5.2-1.1: command added
Parameter Description
<group-dn> The DN of the group that users should be a member of.