Users Guide

iDRAC6 Property Database Group and Object Definitions 357
Examples
Table B-3 provides sample privilege bit masks for users with one or more
privileges.
cfgUserAdminUserName (Read/Write)
NOTE: This property value must be unique among user names.
Legal Values
A string of up to 16 ASCII characters
Default
root (User 2)
<blank> (All others)
Description
The name of the user for this index. The user index is created by writing a
string into this name field if the index is empty. Writing a string of double
quotes ("") deletes the user at that index. The string cannot contain /
(forward slash), \ (backslash), . (period), @ (at symbol) or quotation marks.
NOTE: This property value must be unique among user names.
Table B-3. Sample Bit Masks for User Privileges
User Privilege(s) Privilege Bit Mask
The user is not allowed to access
the iDRAC.
0x00000000
The user may only login to the
iDRAC and view iDRAC and
server configuration information.
0x00000001
The user may login to the iDRAC
and change configuration.
0x00000001 + 0x00000002 = 0x00000003
The user may login to iDRAC,
access virtual media, and access
console redirection.
0x00000001 + 0x00000040 + 0x00000080 =
0x000000C1