Disabling Account Access Lock
With Haivision Media Gateway and SRT Gateway 3.7+, after three failed login attempts the account is locked for 15 minutes. To disable the new lockout feature, SSH into your HMG or HSG and create the following file:
/opt/haivision/madra/data/disable_access_lock |
For example, use the following command:
sudo touch /opt/haivision/madra/data/disable_access_lock
To re-enable the feature, delete the file:
sudo rm /opt/haivision/madra/data/disable_access_lock