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_haiadmin
echo >/opt/haivision/madra/data/disable_operator
echo >/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_haiadmin
rm -f /opt/haivision/madra/data/disable_operator
rm -f /opt/haivision/madra/data/disable_user