Enable Machine-Machine User Without a Password
更新时间: 2026/08/06
在Gitcode上查看源码Enable Machine-Machine User Without a Password
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Enables a machine-machine user without a password.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bch |
| 1:3 | fru_id: 0x000200 |
| 4 | Device_id. Set this parameter to 0x00. |
| 5 | sdr_type: 0x62 |
| 6 | user_id: ID of the user to be enabled |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Enable machine-machine users without passwords.
Request:
bash
# Create a user named test on user 10. The user is disabled and has no password.
sudo ipmitool user set name 10 test
ipmitool raw 0x32 0xbc 0x00 0x02 0x00 0x00 0x62 0x0aResponse:
text