Quick Reference Guide

Fabric C Administrator 0x0000800
Examples
The following table provides sample privilege bit masks for users with one or more privileges.
User Privilege(s) Privilege Bit Mask
The user is not allowed to access iDRAC or CMC. 0x00000000
The user may only login to iDRAC or CMC and view iDRAC or
CMC and server configuration information.
0x00000001
The user may login to iDRAC or CMC and change configuration. 0x00000001 + 0x00000002 = 0x00000003
The user may login to iDRAC, access Virtual Media, and Virtual
Console.
0x00000001 + 0x00000040 + 0x00000080 = 0x000000C1
cfgUserAdminUserName (Read/Write)
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. You cannot change the name. You must
delete and then recreate the name. The string cannot
contain / (forward slash), \ (backslash), . (period), @ (at
symbol) or quotation marks.
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)
cfgUserAdminPassword (Write Only)
Description The password for this user. User passwords are encrypted and cannot be seen or
displayed after the property is written.
Legal Values A string of up to 20 ASCII characters.
Default ********
cfgUserAdminEnable (Read/Write)
Description Enables or disables an individual user.
NOTE
:
You can enable a user for a given index, only if you set the password for
the same user.
Legal Values
1 (TRUE)
0 (FALSE)
148