Digi Connect IT Mini User Manual page 387

Hide thumbs Also See for Connect IT Mini:
Table of Contents

Advertisement

User authentication
authentication result is returned. This procedure describes how to add methods to various places in
the list.
1. Log into the Connect IT Mini 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 IT Mini 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 IT® 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
387

Advertisement

Table of Contents
loading

Table of Contents