Reference Guide

NOTE: In the current CMC firmware version, the objects cfgUserAdminEnable and
cfgUserAdminPrivilege are interrelated; changing the value of one property causes the value of the other
property to change. For example, if a user does not have login privilege, the user is disabled by default. When you
enable the user by changing the value of UserAdminEnable to 1, the right most digit of the
UserAdminPrivilege also becomes 1. On the other hand, if you change the right-most digit of the
UserAdminPrivilege to 0, the value of UserAdminEnable becomes 0.
Use this object with the config or getconfig subcommands. You must supply an index group number to use these
commands as follows: -i <index group>
To use this object property, you must have the Chassis Configuration Administrator privilege.
NOTE: You can configure any setting that is not preceded by the hash sign (#) in the output. To modify a
configurable object, use the -o option.
The following sections provide information about the objects in the cfgUserAdmin group.
cfgUserAdminIndex (Read Only)
Description The unique index of a user.
The index number is used to specify a unique group name.
Only valid for indexed groups.
Legal Values
The parameter is specified by a decimal integer from 1–16.
Default <
index of the instance
>
cfgUserAdminPrivilege (Read/Write)
Description This property specifies the role-based authority privileges allowed for the user. The
value is represented as a bit mask that allows for any combination of privilege values.
The table below describes the user privilege bit values that can be combined to
create bit masks.
Legal Values
0x0000000-0x0000fff, and 0x0
Default 0x00000000
Example
racadm getconfig -g cfgUserAdmin -i 1
# cfgUserAdminIndex=1
cfgUserAdminEnable=1
cfgUserAdminUserName=root
# cfgUserAdminPassword=******** (Write-Only)
cfgUserAdminPrivilege=0x00000fff
The following table lists the bit masks for user priveleges.
iDRAC Specific User Privilege Privilege Bit Mask
Login to iDRAC 0x00000001
Configure iDRAC 0x00000002
Configure Users 0x00000004
Clear Logs 0x00000008
Execute Server Control Commands 0x00000010
106