racli add admin_user
ADMIN_USER system user to the RACLI admin group.
Syntax
racli add admin_user --user_name=USER_NAME [--user_uid=USER_ID --user_gid=GROUP_ID] [--password_hash_wallet]
Options
-
--user_name -
System user name to add to RACLI admin group.
-
--user_uid -
Set the user identifier for the newly created admin user. Value must be >= 1003.
During the installation of RA 19.x or later, you can define the
raadminuidwithra_preinstall.pl. -
--user_gid -
Set the initial login group identifier for the newly created admin user. A group number must refer to an already existing group. Value must be >= 1003.
During the installation of RA 21.1 or later, you can define the
gidwithra_preinstall.pl. -
--password_hash_wallet -
Wallet that stores password hash for admin user creation.
Details
This system user can execute RACLI commands. User is created if not already in the passwd database. This command prompts you to enter a user password.