IPMItool 设置用户角色
IPMItool SET User Role
我遇到了用户访问问题。我想为用户添加一个 OPERATOR priv,但我遇到了一个问题:
请求:
ipmitool channel setaccess 1 3 link=on ipmi=on callin=on privilege=3
仅将 IPMI LAN 权限更改为 Operator,而不更改 USER ROLE
如何将两者都设置为 Operator ?
谢谢
你不能。用户由通道定义,他们具有为通道本身定义的访问权限。 IPMI spec 在'1.7.26 Channel Model, Authentication, Sessions, and Users' 中提到了这一点,其中提到用户是根据基于会话的模型定义的,因此定义了他们的权限在这些术语中,定义 'sessionable' 用户的唯一方法是将他们分配到渠道,他们的角色是根据渠道定义的,而不是根据角色本身定义的。
Session-based channels thus have at least one user ‘login’ and support user and message authentication. Session-less channels do not have users or authentication. LAN and serial/modem channels are examples of session-based, while the System Interface and IPMB are examples of session-less channels.
我遇到了用户访问问题。我想为用户添加一个 OPERATOR priv,但我遇到了一个问题:
请求:
ipmitool channel setaccess 1 3 link=on ipmi=on callin=on privilege=3
仅将 IPMI LAN 权限更改为 Operator,而不更改 USER ROLE
如何将两者都设置为 Operator ?
谢谢
你不能。用户由通道定义,他们具有为通道本身定义的访问权限。 IPMI spec 在'1.7.26 Channel Model, Authentication, Sessions, and Users' 中提到了这一点,其中提到用户是根据基于会话的模型定义的,因此定义了他们的权限在这些术语中,定义 'sessionable' 用户的唯一方法是将他们分配到渠道,他们的角色是根据渠道定义的,而不是根据角色本身定义的。
Session-based channels thus have at least one user ‘login’ and support user and message authentication. Session-less channels do not have users or authentication. LAN and serial/modem channels are examples of session-based, while the System Interface and IPMB are examples of session-less channels.