Local Authentication Configuration
This chapter describes the configuration of local authentication.
Configuring Local Authentication
NOTE:
The local authentication and authorization is enabled by default if remote authentication and authorization is not deployed, the access users are authenticated and authorized based on the local user information.
Step1Â Â Â Â Â Â Â Â Enable local authentication.
  set system aaa local disable <true | false>
Step2Â Â Â Â Â Â Â Â Commit the configuration.
  commit
Configuring a Local User
When local authentication is configured, configure authentication and authorization information on the device, including the user name, password, and user level.
Step1Â Â Â Â Â Â Â Â Configure a local user account.
  set system login user <username> authentication plain-text-password <password>
Step2Â Â Â Â Â Â Â Â Configure user authorization.
  set system login user <username> class <read-only | super-user>
  By default, the newly created user is read-only.
Step3Â Â Â Â Â Â Â Â Commit the configuration.
  commit
Example for Configuring Local Authentication
Step1Â Â Â Â Â Â Â Â Enable local authentication.
admin@XorPlus# set system aaa local disable false
Step2Â Â Â Â Â Â Â Â Commit the configuration.
admin@XorPlus# commit
Example for Configuring a Local User
Step1Â Â Â Â Â Â Â Â Configure a local user account manager.
admin@XorPlus# set system login user manager authentication plain-text-password 123456
Step2Â Â Â Â Â Â Â Â Configure the user as super-user for user account manager.
admin@XorPlus# set system login user manager class super-user
Step3Â Â Â Â Â Â Â Â Commit the configuration.
admin@XorPlus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.