[ZBX-16873] Loss of added "Administration -->user group>permissions -->User groups-->host groups" Created: 2019 Nov 06 Updated: 2019 Nov 08 Resolved: 2019 Nov 08 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Frontend (F) |
Affects Version/s: | 4.4.0 |
Fix Version/s: | None |
Type: | Problem report | Priority: | Minor |
Reporter: | 武天宇 | Assignee: | Zabbix Development Team |
Resolution: | Done | Votes: | 0 |
Labels: | frontend | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
Redhat 7.6 |
Attachments: |
![]() ![]() ![]() |
Description |
Steps to reproduce:
On the whole: update 【host grpups–"READ"(Apply permissions and tag filters to all subgroups)】, Then,the child group, Defined【User group permission (READ/UES)"】is lost. Result: Expected:
|
Comments |
Comment by Edgar Akhmetshin [ 2019 Nov 07 ] |
Hello, Thank you for reporting the issue. According to the documentation (doc):
This works, if we add groups to the user group like this: <group_name_X> <group_name_X>/<subgroup_name_Y> After we apply permissions to all subgroups we will have: <group_name_X> (including subgroups) But if we have only subgroups in the user group permission: <group_name_X>/<subgroup_name_Y> Settings will be lost. Confirmed. Regards, |
Comment by Alexander Vladishev [ 2019 Nov 07 ] |
It works as designed. Permissions from "READ" group was assigned to the all nested groups including "READ/UES". It seems that the group "READ" had no rights. |
Comment by 武天宇 [ 2019 Nov 08 ] |
I seem to understand, Thank you for your help. |