Bug 986211
Summary: | [RFE] Add an option to edit "Gecos" field from IPA web UI | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Jan Pazdziora (Red Hat) <jpazdziora> | ||||
Component: | ipa | Assignee: | Martin Kosek <mkosek> | ||||
Status: | CLOSED ERRATA | QA Contact: | Namita Soman <nsoman> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 6.4 | CC: | cbulist, dpal, jgalipea, jpazdziora, mkosek, mvarun, pvoborni, rcritten | ||||
Target Milestone: | rc | Keywords: | FutureFeature | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | ipa-3.0.0-31.el6 | Doc Type: | Enhancement | ||||
Doc Text: |
Feature: GECOS field for user entries was added to Identity Management Web UI.
Reason: GECOS is important user field (equals user's common name presented to the systems) and should be though editable both through CLI and Web UI interfaces.
Result (if any): User's GECOS field can be displayed and changed in IdM Web UI.
|
Story Points: | --- | ||||
Clone Of: | 955696 | Environment: | |||||
Last Closed: | 2013-11-21 20:54:16 UTC | Type: | --- | ||||
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: | 955696 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Jan Pazdziora (Red Hat)
2013-07-19 08:56:15 UTC
I was just debugging something. I changed the Full name on the IPA UI and was surprised that getent passwd did not pick up the change on the client. Even used sss_cache -U to no avail. Only then was I pointed to the fact that on the UI, it's cn, while on the client, it's gecos attribute which is used. Sure enough, the gecos gets populated when you create new user on IPA UI (with the Full name field, I assume) but going forward, there is no way to change what the clients will consume. This seems like pretty serious issue because you might be then communicating with different person than you intend to when you do a search and you find completely different person based on the GECOS field than the person has listed on the UI. Therefore I'm cloning for consideratin for RHEL 6 backport. Fixed upstream: Master: e10d934230a7f70fd9ea20a3ca96f4b8356f5664 Make gecos field editable in Web UI Moving to POST. Created attachment 794634 [details]
Gecos field in Webui
verified ipa-server-3.0.0-33.el6.x86_64 GECOS field is present under user identity settings. *** Bug 1008536 has been marked as a duplicate of this bug. *** 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. http://rhn.redhat.com/errata/RHBA-2013-1651.html |