mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #22620 from kwadrat/develop
Fix Messaging, indicate incomprehensible word
This commit is contained in:
commit
bb528b6fb0
@ -358,13 +358,13 @@ def set_user_access(uid, channel=14, callback=True, link_auth=True, ipmi_msg=Tru
|
||||
authentication itself is a global setting for the channel and is
|
||||
enabled/disabled via the serial/modem configuration parameters.
|
||||
|
||||
:param ipmi_msg: User IPMI Messaginge:
|
||||
:param ipmi_msg: User IPMI Messaging:
|
||||
(used to enable/disable whether
|
||||
this user's name and password information will be used for IPMI
|
||||
Messaging. In this case, 'IPMI Messaging' refers to the ability to
|
||||
execute generic IPMI commands that are not associated with a
|
||||
particular payload type. For example, if IPMI Messaging is disabled for
|
||||
a user, but that user is enabled for activatallow_authing the SOL
|
||||
a user, but that user is enabled for activating the SOL
|
||||
payload type, then IPMI commands associated with SOL and session
|
||||
management, such as Get SOL Configuration Parameters and Close Session
|
||||
are available, but generic IPMI commands such as Get SEL Time are
|
||||
|
@ -176,13 +176,13 @@ def user_present(name, uid, password, channel=14, callback=False,
|
||||
enabled/disabled via the serial/modem configuration parameters.
|
||||
|
||||
ipmi_msg
|
||||
User IPMI Messaginge
|
||||
User IPMI Messaging
|
||||
True/False
|
||||
user name and password information will be used for IPMI
|
||||
Messaging. In this case, 'IPMI Messaging' refers to the ability to
|
||||
execute generic IPMI commands that are not associated with a
|
||||
particular payload type. For example, if IPMI Messaging is disabled for
|
||||
a user, but that user is enabled for activatallow_authing the SOL
|
||||
a user, but that user is enabled for activating the SOL
|
||||
payload type, then IPMI commands associated with SOL and session
|
||||
management, such as Get SOL Configuration Parameters and Close Session
|
||||
are available, but generic IPMI commands such as Get SEL Time are
|
||||
|
Loading…
Reference in New Issue
Block a user