mirror of
https://github.com/Break27/kvmd.git
synced 2026-02-06 18:36:37 +08:00
fixed ipmi auth
This commit is contained in:
parent
605b67ca76
commit
71aa087b3e
@ -85,7 +85,7 @@ class IpmiAuthManager:
|
||||
credentials[ipmi_user] = IpmiUserCredentials(
|
||||
ipmi_user=ipmi_user,
|
||||
ipmi_passwd=ipmi_passwd,
|
||||
kvmd_user=kvmd_passwd,
|
||||
kvmd_user=kvmd_user,
|
||||
kvmd_passwd=kvmd_passwd,
|
||||
)
|
||||
return credentials
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user