Digi TX54 User Manual page 533

Hide thumbs Also See for TX54:
Table of Contents

Advertisement

User authentication
2. At the command line, type config to enter configuration mode:
> config
(config)>
3. Add a user. For example, to create a user named new_user:
(config)> add auth user new_user
(config auth user new_user)>
The user is enabled by default. To disable the user, type:
(config auth user new_user)> enable false
(config auth user new_user)>
4. Assign a password to the user:
(config auth user new_user> password pwd
(config auth user new_user)>
5. Add groups for the user.
Groups define user access rights. See
groups.
a. Add a group to the user. For example, to add the admin group to the user:
(config auth user new_user> add group end admin
(config auth user new_user)>
Note
Every user must be configured with at least one group.
b. (Optional) Add additional groups by repeating the add group command:
(config auth user new_user> add group end serial
(config auth user new_user)>
To remove a group from a user:
a. Use the show command to determine the index number of the group to be deleted:
(config auth user new_user> show group
0 admin
1 serial
(config auth user new_user>
b. Type the following:
(config auth user new_user)> del group n
(config auth user new_user)>
Where n is index number of the authentication method to be deleted. For example, to
delete the serial group as displayed by the example show command, above:
TX54 User Guide
Authentication groups
for information about configuring
Local users
533

Advertisement

Table of Contents
loading

Table of Contents