Bug 1334619
| Summary: | Attempt to fix capitalization fails with ipa: ERROR: Type or value exists: | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jan Pazdziora (Red Hat) <jpazdziora> | |
| Component: | ipa | Assignee: | IPA Maintainers <ipa-maint> | |
| Status: | CLOSED ERRATA | QA Contact: | Kaleem <ksiddiqu> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 7.2 | CC: | afarley, fcami, frenaud, ndehadra, pasik, pvoborni, rcritten, tbordaz, wbtf06 | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | ipa-4.6.5-1.el7 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1692811 (view as bug list) | Environment: | ||
| Last Closed: | 2019-08-06 13:09:02 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: | 1692811 | |||
|
Description
Jan Pazdziora (Red Hat)
2016-05-10 07:36:43 UTC
Upstream ticket: https://fedorahosted.org/freeipa/ticket/5879 Already backported to ipa-4-6: https://pagure.io/freeipa/c/3cf2490ac45bd4b9028836a3daa60ccec7443682 Fixed in 4.6.5 IdM in RHEL 7.7 was rebased to 4.6.5, hence setting the BZ as MODIFIED, Fixed in 4.6.5 And ipa-4-7: https://pagure.io/freeipa/c/9e7e9c1014c10f838b341a45436aba0840ad5b07 Fixed in 4.7.2 ipa-server-4.6.5-9.el7.x86_64 Verified the bug on the basis of following observations: [root@qe-blade-09 ~]# rpm -q ipa-server ipa-server-4.6.5-9.el7.x86_64 [root@qe-blade-09 ~]# kinit admin Password for admin: [root@qe-blade-09 ~]# ipa user-add david --first=david --last=smith ------------------ Added user "david" ------------------ User login: david First name: david Last name: smith Full name: david smith Display name: david smith Initials: ds Home directory: /home/david GECOS: david smith Login shell: /bin/sh Principal name: david Principal alias: david Email address: david UID: 1006400001 GID: 1006400001 Password: False Member of groups: ipausers Kerberos keys available: False [root@qe-blade-09 ~]# ipa user-mod david --first=David --last=Smith --------------------- Modified user "david" --------------------- User login: david First name: David Last name: Smith Home directory: /home/david Login shell: /bin/sh Principal name: david Principal alias: david Email address: david UID: 1006400001 GID: 1006400001 Account disabled: False Password: False Member of groups: ipausers Kerberos keys available: False [root@qe-blade-09 ~]# ipa user-mod david --first=david --last=smith --------------------- Modified user "david" --------------------- User login: david First name: david Last name: smith Home directory: /home/david Login shell: /bin/sh Principal name: david Principal alias: david Email address: david UID: 1006400001 GID: 1006400001 Account disabled: False Password: False Member of groups: ipausers Kerberos keys available: False Since no error message is observed as mentioned in original bug, marking the status of bug to 'VERIFIED' Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:2241 Test added upstream in test_integration/test_commands.py::TestIPACommand::()::test_user_mod_change_capitalization_issue5879 Fixed upstream master: https://pagure.io/freeipa/c/b24359cafae6bcc37b6281b7fb431eae47e0c9cf Fixed upstream ipa-4-8: https://pagure.io/freeipa/c/24b2d5893696d1c129c25c9616a42acfbeab8eba |