Chapter 18: Access Management and Security (CLI)
Configuring Users (CLI)
phn-3963_008v000
Page 18-11
root> platform security access-control user-account edit expired-date
user-name <user-name> expired-date <expired-date>
To change a user account's profile, enter the following command:
root> platform security access-control user-account edit profile-name
user-name <user-name> profile-name <profile name>
To delete a user account, enter the following command:
root> platform security access-control user-account delete user-name
<user-name>
To display all user accounts configured on the unit and their settings, including whether the user is currently
logged in and the time of the user's last logout, enter the following command:
root> platform security access-control user-account show
To display the settings of a specific user account, enter the following command:
root> platform security access-control user-account show user-name <user-
name>
Table 170
User Accounts CLI Parameters
Parameter
Input Type
Permitted Values
Description
user-name
Text String
Up to 32 characters
The name of the user profile.
profile name
Text String
Up to 49 characters
The name of the User Profile you want
to assign to the user. The User Profile
defines the user’s access permissions
per functionality group.
expired-date
Date
Use the format:
YYYY-MM-DD
Optional. The date on which the user
account will expire. On this date, the
user automatically becomes inactive.
block
Variable
yes
no
yes - blocks the account.
no - unblocks the account.
Example
The following command creates a user account named Tom_Jones, with user profile “operator”. This user’s
account expires on February 1, 2014.
root> platform security access-control user-account add user-name
Tom_Jones profile-name operator expired-date 2014-02-01