Resources | system | admin | accountManagement | bruteForceAttackOS

bruteForceAttackOS

Configuration for defense against brute force linux password guessing attempts.

Configuration

ParameterPresenceTypeDefaultDescription
OSstateOenumerationenabled Enable/disable defense against brute force linux password guessing attempts
consecutiveFailedOSAttemptAllowedOint323 Number of consecutive failed login attempts allowed before account is locked.
allowOSAutoUnlockOenumerationenabled Enable Auto Unlock of an account blocked due to consecutive wrong password attempts.
unlockOSTimeOint3230 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/bruteForceAttackOS

  • No labels