smiuser
Configures the Subscriber Microservices Infrastructure (SMI) user account parameters.
Command Mode
Exec
Syntax
smiuser add-group groupname group_name
smiuser add-user { usernameusername | password password }
smiuser assign-user-group { groupname group_name | username username }
smiuser change-password { username username | current_password current_password | new_password new_password | confirm_password new_password | password_expire_days expire_days }
smiuser change-password-age { password_expire_days expire_days | username username }
smiuser change-self-password { current_password current_password | new_password new_password | confirm_password new_password | password_expire_days expire_days }
smiuser delete-group groupname group_name
smiuser delete-user username username
smiuser show-user username username
smiuser unassign-user-group { username username | groupname group_name }
smiuser update-password-length length password_length
groupname group_name
Specify the group name in PAM.
Must be a string.
username username
Specify the username in PAM.
Must be a string.
password password
Specify the user password.
Must be a string.
current_password current_password
Specify the current password.
Must be a string.
new_password new_password
Specify the new password.
Must be a string.
confirm_password new_password
Confirm the new password.
Must be a string.
password_expire_days expire_days
Specify the number of days before the password expires.
Must be an integer.
length password_length
Specify the minimum password length.
Must be an integer.
Usage Guidelines
Use this command to configure the SMI user parameters.