Bug 1651334
| Summary: | ipa group-add-member command failing with option --idoverrideusers | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Varun Mylaraiah <mvarun> | ||||
| Component: | ipa | Assignee: | IPA Maintainers <ipa-maint> | ||||
| Status: | CLOSED MIGRATED | QA Contact: | ipa-qe <ipa-qe> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 8.0 | CC: | abokovoy, jwooten, ksiddiqu, mvarun, pasik, pvoborni, rcritten, tscherf, twoerner | ||||
| Target Milestone: | rc | Keywords: | MigratedToJIRA, Triaged | ||||
| Target Release: | 8.0 | Flags: | pm-rhel:
mirror+
|
||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2023-09-18 17:48:27 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Varun Mylaraiah
2018-11-19 17:59:18 UTC
--idoverrideusers option is missing in "ipa group-add-member --help"
Console output:
[root@vm-idm-014 ~]# ipa group-add-member --help
Usage: ipa [global-options] group-add-member GROUP-NAME [options]
Add members to a group.
Options:
-h, --help show this help message and exit
--external=STR Members of a trusted domain in DOM\name or name@domain form
--all Retrieve and print all attributes from the server. Affects
command output.
--raw Print entries as stored on the server. Only affects output
format.
--no-members Suppress processing of membership attributes.
--users=STR users to add
--groups=STR groups to add
--services=STR services to add
[root@vm-idm-014 ~]#
[root@vm-idm-014 ~]#
In Webui showing "IPA Error 3007: RequirmentError" while adding members in "User ID overrides" tab Steps to Reproduce in WebUI: 1. Go to Identity > ID View > click "Default Trust View" 2. Click "Add" button on the right-hand side 3. ADD <ADuser@addomain> in "user to override" field 4. Hit "Add" 5. Go to Identity > Groups > click "admins" 6. Now Click "User ID overrides" tab (next to "External" tab) 7. Then click "Add" button. Please refer the attached screenshot Created attachment 1507315 [details]
Error_dialog
These are two separate issues. For the CLI I'm inclined to close this as WONTFIX because this is not a supported option. If you want an RFE then make it so. The second bug is unrelated to the first and there may be something going wrong there but it should be reported separately. (In reply to Rob Crittenden from comment #4) > These are two separate issues. > > For the CLI I'm inclined to close this as WONTFIX because this is not a > supported option. If you want an RFE then make it so. This was working in the previous version of IPA ipa-server-4.7.1-4.el8+2101+0c53917e.x86_64 ipa-idoverride-memberof-plugin-0.0.4-6.el8+2132+cbcb57bd.x86_64 > > The second bug is unrelated to the first and there may be something going > wrong there but it should be reported separately. Okay reported separately Bugzilla for WebUI issue https://bugzilla.redhat.com/show_bug.cgi?id=1651577 I think this is not a bug at all. If you had run 'ipa' command before installing additional plugins for IPA, then your local ipa metadata cache will have a stale info. Let's repurpose this bug to force metadata cache expiration in case a server fingerprint is different but the cache timeout is not there yet. Probably this is the real issue we need to fix instead. Hello, I have customer trying to follow instruction in our docs: CHAPTER 19. ENABLING AD USERS TO ADMINISTER IDM https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_and_managing_identity_management/enabling-ad-user-to-administer-idm_certmonger-for-issuing-renewing-service-certs#idoverrides-to-allow-ad-user-to-administer-idm-fin Is this a supported option? This is a year old from RCrit: > For the CLI I'm inclined to close this as WONTFIX because this is not a supported option. If you want an RFE then make it so. I was mistaken. It was a caching issue. The fix was: rm -rf ~/.cache/ipa/ Issue migration from Bugzilla to Jira is in process at this time. This will be the last message in Jira copied from the Bugzilla bug. This BZ has been automatically migrated to the issues.redhat.com Red Hat Issue Tracker. All future work related to this report will be managed there. Due to differences in account names between systems, some fields were not replicated. Be sure to add yourself to Jira issue's "Watchers" field to continue receiving updates and add others to the "Need Info From" field to continue requesting information. To find the migrated issue, look in the "Links" section for a direct link to the new issue location. The issue key will have an icon of 2 footprints next to it, and begin with "RHEL-" followed by an integer. You can also find this issue by visiting https://issues.redhat.com/issues/?jql= and searching the "Bugzilla Bug" field for this BZ's number, e.g. a search like: "Bugzilla Bug" = 1234567 In the event you have trouble locating or viewing this issue, you can file an issue by sending mail to rh-issues. You can also visit https://access.redhat.com/articles/7032570 for general account information. |