Hide Forgot
Created attachment 1139855 [details] Screen shot of user properties which shows there is no option to rename the userlogin. Description of problem: IDM doesn't have an option to edit the user login, Group name , Host name entries through GUI. Version-Release number of selected component (if applicable): In all the versions of IPA. How reproducible: Steps to Reproduce: 1. Install an IPA server on RHEL. 2. Add the user, group entries. 3. Try to rename the user, group , Host name entries through GUI. Actual results: No option to edit the above mentioned entries through GUI as shown in the attachment. Expected results: Utility or option to rename the above mentioned entries through GUI. Additional info: This can be done through command line as below : # ipa user-mod --rename=<newname> <oldname> For Example : # ipa user-mod --rename=testusernew testuser --------------------- Modified user "testuser" --------------------- User login: testusernew First name: test Last name: user Home directory: /home/testuser Login shell: /bin/sh Email address: testuser UID: 66006 GID: 66006 Account disabled: False Password: True Member of groups: ipausers Kerberos keys available: True Similarly with group names as below : # ipa group-mod --rename=<newgroupname> oldgroupname
It is possible to extend Web UI to support equivalent of: user-mod --rename group-mod --rename But host-mod doesn't have a rename option. I would confine this BZ only to users and groups. For host it is better to open separate bz to support rename. Then the new bz will be evaluated.
Upstream ticket: https://fedorahosted.org/freeipa/ticket/5795
I would like to allow this to be done in the upstream, where we pull it in later. Upstream ticket: https://fedorahosted.org/freeipa/ticket/5795 I am going to close this as UPSTREAM