34: Management configuration settings
_______________________________________________________________________________________________________
_______________________________________________________________________________________________________
© Virtual Access 2018
GW2020 Series User Manual
Issue: 2.1
Page 343 of 423
Web: n/a
UCI: management_users.@user[x].srpuser
Opt: srpuser
Specifies SRP access permissions for the PPP connection.
0
Disabled.
1
Enabled.
Web: n/a
UCI: management_users.@user[x].smsuser
Opt: smsuser
Specifies SMS access permissions for the user.
0
Disabled.
1
Enabled.
Web: n/a
UCI: linuxuser
Opt: linuxuser
Specifies linuxuser access permissions for the user.
0
Disabled.
1
Enabled.
Web: n/a
UCI: List allowed_pages
Opt: list allowed_pages
Specifies which pages the user can view. Multiple pages should
be entered using a space to separate if using UCI.
Table 109: Information table for config user commands
Note:
•
webuser will only work if linuxuser is set to yes
•
chapuser will only work if linuxuser is set to no
When a new user is created on the system and given web access, you will no longer be
able to login to the router web interface with the default root user details. The user must
use their new user login details.
34.11
Configuring the management user password using UCI
The user password is displayed encrypted via the CLI using the hashpassword option.
root@VA_router:~# uci show management_users
management_users.@user[0].username=test
management_users.@user[0].hashpassword=$1$XVzDHHPQ$SKK4geFonctihuffMjS4U0
If you are changing the password via the UCI, enter the new password in plain text using
the password option.
root@VA_router:~# uci set management_users.@user[0].username=newpassword
root@VA_router:~# uci commit
The new password will take effect after reboot and will now be displayed in encrypted
format through the hashpassword option.