Ad Widget

Collapse

Permissions issue with Admin user after update

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bofh@rtfm.gr
    Junior Member
    • Mar 2021
    • 1

    #1

    Permissions issue with Admin user after update

    I updated zabbix to the latest 5.2.5 version using apt on Ubuntu 18.04.5 LTS running on mysql database

    The user Admin can log in but has lost all rights and can't

    Only 3 users are configured in database 'Admin', 'guest' and 'nms' with roleid's 3,1 and 3 respectively

    Is there any way to configure the Admin permissions from the command line or using SQL?
  • Nemesiz
    Junior Member
    • Aug 2021
    • 2

    #2
    If you still need information about permissions in database then look at tables role, role_rule, users, users_group, usrgrp. There you can manipulate the data

    Comment

    Working...