C613-50631-01 Rev A Command Reference for IE340 Series 2401
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
LIGHTWEIGHT DIRECTORY ACCESS PROTOCOL (LDAP) COMMANDS
BASE
-DN
base-dn
Overview Use this command to set the base DN (Distinguished Name) of the LDAP server.
When using ‘search’ authentication, the base DN is the LDAP server’s starting point
to search for the user within the directory.
If ‘bind-only’ authentication is enabled, then the base DN is the suffix of the DN that
is used to bind to the user.
Use the no variant of this command to remove the configured base DN.
Syntax
base-dn <base-dn>
no base-dn
Default Not set
Mode LDAP Server Configuration
Example To set the base DN for the LDAP server called ‘Server1’ to ‘dc=example, dc=com’,
use the commands:
awplus# configure terminal
awplus(config)# ldap-server Server1
awplus(config-ldap-server)# base-dn dc=example,dc=com
To clear the base DN for Server1, use the commands:
awplus# configure terminal
awplus(config)# ldap-server Server1
awplus(config-ldap-server)# no base-dn
Related
commands
authentication (ldap-server)
bind authenticate root-dn
group-attribute
group-dn
ldap-server
login-attribute
search-filter
Command
changes
Version 5.5.2-1.1: command added
Parameter Description
<base-dn> The base DN of the LDAP server.