Ad Widget

Collapse

Can't login to webui with LDAP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • folkein
    Junior Member
    • Mar 2017
    • 1

    #1

    Can't login to webui with LDAP

    Hello,

    I have setting up LDAP configuration but a forget a step.

    When I logout with Admin (Internal) account et tried to login with LDAP account, I get invalid password...

    So I tried to login again with Admin (Internal) but now invalid password ...

    How can I get again access to my webui ?

    Thanks for help !
  • batchenr
    Senior Member
    • Sep 2016
    • 440

    #2
    Originally posted by folkein
    Hello,

    I have setting up LDAP configuration but a forget a step.

    When I logout with Admin (Internal) account et tried to login with LDAP account, I get invalid password...

    So I tried to login again with Admin (Internal) but now invalid password ...

    How can I get again access to my webui ?

    Thanks for help !
    try to look at the logs (apache & zabbix) when u get this worng pass error
    and post here

    Comment

    • GPegel
      Senior Member
      Zabbix Certified SpecialistZabbix Certified Professional
      • Dec 2015
      • 113

      #3
      If your Zabbix environment is running on a MySQL back-end you could try to add a user to the zabbix database via MySQL with proper admin rights. Or install "phpmyadmin" on the MySQL server when possible.

      Or when you are succesfully signed in into mysql then use this "update config set authentication_type=0" to reset the authentication back to internal. And in combination with this "update users set passwd='' where name='Zabbix';" you could reset the password.
      Last edited by GPegel; 17-03-2017, 12:22.

      Comment

      Working...