| Summary: | When adding new domain with -addPermissions param, it add permissions also for all other domains which are already added without -addPermissions param. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Ondra Machacek <omachace> | ||||
| Component: | ovirt-engine-config | Assignee: | Martin Perina <mperina> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ondra Machacek <omachace> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 3.3.0 | CC: | aberezin, acathrow, bazulay, emesika, iheim, obasan, Rhev-m-bugs, yeylon | ||||
| Target Milestone: | --- | Keywords: | Triaged | ||||
| Target Release: | 3.3.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | infra | ||||||
| Fixed In Version: | is22 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | Type: | Bug | |||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1032811 | ||||||
| Attachments: |
|
||||||
Ok in is22. Permissions are added only for user from domain we are working with. *** Bug 1017784 has been marked as a duplicate of this bug. *** Closing - RHEV 3.3 Released Closing - RHEV 3.3 Released |
Created attachment 813224 [details] manage-domains-log Description of problem: If there are in system domains which was not added with -addPermissions param. Then if we add another domain with -addPermissions param, it also add permissions for users from all other domains. Version-Release number of selected component (if applicable): is18 How reproducible: always Steps to Reproduce: 1. Add first domain without -addPermissions param rhevm-manage-domains -action=add -domain=rhds.com -user=my_admin -interactive -provider=RHDS 2. Add second domain with -addPermissions param rhevm-manage-domains -action=add -domain=openldap.com -user=my_admin -interactive -addPermissions -provider=OpenLDAP Actual results: Permissions for my_admin are added and also permissions for my_admin are added. Expected results: Only permissions for my_admin are added. Additional info: