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 User Configuration Administrator privilege.
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
97