php - ipmitool : get user password

标签 php linux ipmitool

当我拥有 root 访问权限时,如何在 IPMItool (exe : id = 5) 中获取特定用户的密码?

当我尝试获取所有用户时:

ipmitool -I lanplus -H <IPADDR> -U root -P changeme user list

ID  Name    Callin  Link Auth  IPMI Msg   Channel Priv Limit

1   false   false      true       NO ACCESS

2   root    false   false      true       ADMINISTRATOR

....

5   user    true    true       true       Operator

最佳答案

无法在IPMITool中获取特定用户的密码。

关于php - ipmitool : get user password,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37593790/

相关文章:

php - 如何检查给定日期是否存在于表中?

linux - 无法在 Linux 上安装 node.js v0.10.22,因为缺少配置文件

ipmitool 给出 "Authentication type NONE not supported"

php - IPMItool 设置用户角色

c++ - OpenSSL解密文本长度

linux - 如何在 centos 中为 devVm 设置 ipmitool?

PHP 简单 HTML DOM 解析器查找直接 LI 元素

php - Laravel Scheduler 自定义 Cron 表达式不起作用

php - SF2 功能测试 : "Resetting the container is not allowed when a scope is active"

python - Linux - 如何将位于多个子目录中的相同扩展名的文件直接复制到一个文件中?