You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is with the conversion of the integer 1 to Yes in this setting: <AUTHENTICATION_FAILURES_BEFORE_DELAY VALUE="Yes" />
So the response back from the iLO4 firmare (V2.40) is Invalid Integer for this setting. This appears to happen in other places too where 0 or 1 are the required values.
The text was updated successfully, but these errors were encountered:
The values are not serialised correctly using the
Ilo.mod_global_settings()
function with data such as:The data gets serialised to:
The problem is with the conversion of the integer
1
toYes
in this setting:<AUTHENTICATION_FAILURES_BEFORE_DELAY VALUE="Yes" />
So the response back from the iLO4 firmare (V2.40) is Invalid Integer for this setting. This appears to happen in other places too where 0 or 1 are the required values.
The text was updated successfully, but these errors were encountered: