Disabling Web User Accounts
With Haivision Media Gateway and SRT Gateway 3.7+, you can disable the built-in web interface user accounts. To disable the accounts:
- SSH into your Gateway.
- Elevate to root:
su root - Run the following commands for the accounts you wish to disable:
echo >/opt/haivision/madra/data/disable_haiadminecho >/opt/haivision/madra/data/disable_operatorecho >/opt/haivision/madra/data/disable_user
To re-enable the accounts:
- SSH into your Gateway.
- Elevate to root:
su root - Run the following commands for the accounts you wish to re-enabled:
rm -f /opt/haivision/madra/data/disable_haiadminrm -f /opt/haivision/madra/data/disable_operatorrm -f /opt/haivision/madra/data/disable_user