Bug 2234379
| Summary: | [ansible-freeipa] IPA user module lacks the "rename" field. | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Varun Mylaraiah <mvarun> | |
| Component: | ansible-freeipa | Assignee: | Rafael Jeffman <rjeffman> | |
| Status: | CLOSED MIGRATED | QA Contact: | Varun Mylaraiah <mvarun> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 9.3 | CC: | rjeffman | |
| Target Milestone: | rc | Keywords: | MigratedToJIRA | |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
|
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2234380 (view as bug list) | Environment: | ||
| Last Closed: | 2023-09-18 22:59:42 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 2234380 | |||
The same issue occurs with the ipagroup module. I'm linking the upstream issue to this BZ. 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. |
Description of problem: ipauser module lacks support for the rename field. Version-Release number of selected component (if applicable): ansible-freeipa-1.11.1-1 Additional info: [root@master ~]# ipa user-show testuser User login: testuser First name: user Last name: test Home directory: /home/testuser Login shell: /bin/sh Principal name: testuser Principal alias: testuser Email address: testuser UID: 1428000004 GID: 1428000004 Account disabled: False Password: False Member of groups: ipausers Kerberos keys available: False [root@master ~]# ipa user-mod testuser --rename=01testuser --first=01user --last=01test ------------------------ Modified user "testuser" ------------------------ User login: 01testuser First name: 01user Last name: 01test Home directory: /home/testuser Login shell: /bin/sh Principal name: 01testuser Principal alias: 01testuser, testuser Email address: testuser UID: 1428000004 GID: 1428000004 Account disabled: False Password: False Member of groups: ipausers Kerberos keys available: False