fwupd/plugins/redfish/redfish.conf
Richard Hughes 1210aa4ae7 redfish: Create user accounts automatically using IPMI
This allows the Redfish plugin to "just work" when there is no username
or password in the SMBIOS data. Using KCS we can create an admin account
from the host OS and then automatically enumerate devices.
2021-09-07 17:25:37 +01:00

18 lines
406 B
Plaintext

[redfish]
# The URI to the Redfish service in the format <scheme>://<ip>:<port>
# ex: https://192.168.0.133:443
#Uri=
# The username and password to the Redfish service
#Username=
#Password=
# Whether to verify the server certificate or not
# Expected value: TRUE or FALSE
# Default: FALSE
#CACheck=
# Do not use IPMI KCS to create an initial user account if no SMBIOS data
IpmiDisableCreateUser=False