You configure users at the users user level.
To add users, use the following command:
Admin@UGOS# create users user
Available parameters:
Parameter |
Description |
---|---|
enabled |
Enable/disable the user. |
name |
User name. |
login |
User login to identify them using a login name and a password. In this case, you will need to configure the captive portal where a user can enter their login name and password for authentication. |
password |
User password to identify them using a login name and a password. In this case, you will need to configure the captive portal where a user can enter their login name and password for authentication. |
expiration-date |
The expiration date for the user account. Format: YYYY-MM-DD. |
groups |
Groups to add the user to. |
static-addresses |
These are:
|
emails |
User's email addresses. |
phones |
User's phone numbers. |
To update parameters of a user account, use the following command:
Admin@UGOS# set users user <user-name>
The list of available parameters is the same as the list for creating a user account.
To delete a user account, use the following command:
Admin@UGOS# delete users user <user-login>
You can also delete specific data from a user account. Available parameters are (you must specify parameter values to delete):
-
groups.
-
static-addresses.
-
emails.
-
phones.
To view a user account, use the following command:
Admin@UGOS# show users user <user-name>