Resources | system | admin | accountManagement | bruteForceAttack

bruteForceAttack

Configuration for defense against brute force OAM password guessing attempts.

Configuration

ParameterPresenceTypeDefaultDescription
stateOenumerationenabled Enable/disable defense against brute force OAM password guessing attempts
consecutiveFailedAttemptAllowedOint323 Number of consecutive failed login attempts allowed before account is locked.
allowAutoUnlockOenumerationenabled Enable Auto Unlock of an account blocked due to consecutive wrong password attempts.
unlockTimeOint3230 Auto Unlock time for an account disabled due to consecutive wrong password attempts.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/admin/{name}/accountManagement/bruteForceAttack

  • No labels