mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-06-28 16:21:35 +00:00
ID:457 - Display User ID enable/disable status
Commit implements `Enable status` which shows/is in alignment with (22.27) Get User Access Command and displays User ID Enable/Disable status of given User ID at given channel.
This commit is contained in:
@@ -646,6 +646,14 @@ const struct valstr ipmi_encryption_algorithms[] = {
|
||||
{ 0x00, NULL }
|
||||
};
|
||||
|
||||
const struct valstr ipmi_user_enable_status_vals[] = {
|
||||
{ 0x00, "unknown" },
|
||||
{ 0x40, "enabled" },
|
||||
{ 0x80, "disabled" },
|
||||
{ 0xC0, "reserved" },
|
||||
{ 0xFF, NULL },
|
||||
};
|
||||
|
||||
const struct valstr picmg_frucontrol_vals[] = {
|
||||
{ 0, "Cold Reset" },
|
||||
{ 1, "Warm Reset" },
|
||||
|
||||
Reference in New Issue
Block a user