Digi Connect EZ Mini User Manual page 411

Firmware version 22.2
Hide thumbs Also See for Connect EZ Mini:
Table of Contents

Advertisement

User authentication
Authentication methods are attempted in the order they are listed until the first successful
authentication result is returned. This procedure describes how to add methods to various places in
the list.
1. Log into the Connect EZ command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an Access selection
menu. Type admin to access the Admin CLI.
2. At the command line, type config to enter configuration mode:
> config
(config)>
3. Add the new authentication method to the appropriate location in the list:
To determine the current list of authentication methods:
n
a. Log into the Connect EZ command line as a user with full Admin access rights.
b. At the command line, type config to enter configuration mode:
c. Use the show auth method command to display the current authentication
To add the new authentication method to the beginning of the list, use the index value
n
of 0 to indicate that it should be added as the first method:
(config)> add auth method 0 auth_type
(config)>
where auth_type is one of local, radius, tacacs+, or ldap.
To add the new authentication method to the end of the list, use the index keyword
n
end:
(config)> add auth method end auth_type
(config)>
where auth_type is one of local, radius, tacacs+, or ldap.
To add the new authentication in another location in the list, use an index value to
n
indicate the appropriate position. For example:
(config)> add auth method 1 auth_type
(config)>
where auth_type is one of local, radius, tacacs+, or ldap.
Digi Connect EZ Mini User Guide
Depending on your device configuration, you may be presented with an Access
selection menu. Type admin to access the Admin CLI.
> config
(config)>
methods configuration:
(config)> show auth method
0 local
(config)>
User authentication methods
411

Advertisement

Table of Contents
loading

Table of Contents