Users Guide

382 iDRAC6 SM-CLP Property Database
Description
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.
Table C-1 describes the user privilege bit values that can be combined to
create bit masks.
Examples
Table C-2 provides sample privilege bit masks for users with one or more
privileges.
Table C-1. Bit Masks for User Privileges
User Privilege Privilege Bit Mask
Login to iDRAC6 0x0000001
Configure iDRAC6 0x0000002
Configure Users 0x0000004
Clear Logs 0x0000008
Execute Server Control Commands 0x0000010
Access Console Redirection 0x0000020
Access Virtual Media 0x0000040
Test Alerts 0x0000080
Execute Debug Commands 0x0000100
Table C-2. Sample Bit Masks for User Privileges
User Privilege(s) Privilege Bit Mask
The user is not allowed to access iDRAC6. 0x00000000
The user may only login to iDRAC6 and view
iDRAC6 and server configuration information.
0x00000001
The user may login to iDRAC6 and change
configuration.
0x00000001 + 0x00000002 =
0x00000003
The user may login to RAC, access virtual media,
and access console redirection.
0x00000001 + 0x00000040 +
0x00000080 = 0x000000C1