18 lines
471 B
Markdown
Raw Normal View History

2021-04-28 12:41:23 +05:00
# Set Zabbix Authentication Type from CLI
If you're locked out of Zabbix account due to reasons like LDAP server unreachable or forgot to set "Zabbix Super Admin" to LDAP admin user
2021-04-28 12:55:15 +05:00
you can used this script to switch back to "Internal" authention method and login with local zabbix admin account.
2021-04-28 12:41:23 +05:00
2021-04-28 12:43:07 +05:00
### Note:
- This script will only work for Zabbix server using MySQL for database
2021-04-28 12:55:15 +05:00
### Locked out screenshot
![locked-out](locked-out.png)
2021-04-28 12:43:07 +05:00
### Demo
2021-04-28 12:52:25 +05:00
![Demo](demo.png)
2021-04-28 12:41:23 +05:00