smiuser
Configures the Subscriber Microservices Infrastructure (SMI) user account parameters.
Privilege Level
Security Administrator, Administrator
Command Mode
Exec
Syntax
smiuser { add-group groupname group_name | add-user { username username | password password } | change-password { username username | current_password current_password | new_password new_password | confirm_password new_password | password_expire_days expire_days } | change-self-password { current_password current_password | new_password new_password | confirm_password new_password | password_expire_days expire_days } | delete-group groupname group_name | delete-user username username | unassign-user-group { groupname groupname_pam | username username_pam } | update-password-length length password_length }
username username
Specify the username.
Must be a string.
password password
Specify the user password.
Must be a string.
confirm_password new_password
Confirm the new 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.
password_expire_days expire_days
Specify the number of days before the password expires.
Must be an integer.
groupname group_name
Specify the group name.
Must be a string.
groupname groupname_pam
Specify the group name in PAM.
Must be a string.
username username_pam
Specify the user name in PAM.
Must be a string.
length password_length
Specify the minimum password length.
Must be an integer.
Usage Guidelines
Use this command to configure the smiuser parameters.