Bug 1198430
Summary: | Fax number not displayed for user-show when kinit'ed as normal user. | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Jan Kurik <jkurik> |
Component: | ipa | Assignee: | IPA Maintainers <ipa-maint> |
Status: | CLOSED ERRATA | QA Contact: | Namita Soman <nsoman> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 7.1 | CC: | drieden, grajaiya, ipa-maint, mkosek, mnavrati, nsoman, ovasik, pm-eus, rcritten, tbabej |
Target Milestone: | rc | Keywords: | Regression, ZStream |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ipa-4.1.0-18.el7_1.1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1188195 | Environment: | |
Last Closed: | 2015-03-26 15:50:36 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: | 1188195 | ||
Bug Blocks: |
Description
Jan Kurik
2015-03-04 06:17:28 UTC
Verified using ipa-server-4.1.0-18.el7_1.1.x86_64 # kinit admin Password for admin: # ipa user-add one --first=one --last=one --password Password: Enter Password again to verify: ---------------- Added user "one" ---------------- User login: one First name: one Last name: one Full name: one one Display name: one one Initials: oo Home directory: /home/one GECOS: one one Login shell: /bin/sh Kerberos principal: one Email address: one UID: 1859200001 GID: 1859200001 Password: True Member of groups: ipausers Kerberos keys available: True # ipa user-mod one --fax=777-777-7777 ------------------- Modified user "one" ------------------- User login: one First name: one Last name: one Home directory: /home/one Login shell: /bin/sh Email address: one UID: 1859200001 GID: 1859200001 Fax Number: 777-777-7777 Account disabled: False Password: True Member of groups: ipausers Kerberos keys available: True # ipa user-show one --all dn: uid=one,cn=users,cn=accounts,dc=testrelm,dc=test User login: one First name: one Last name: one Full name: one one Display name: one one Initials: oo Home directory: /home/one GECOS: one one Login shell: /bin/sh Kerberos principal: one Email address: one UID: 1859200001 GID: 1859200001 Fax Number: 777-777-7777 Account disabled: False Password: True Member of groups: ipausers Kerberos keys available: True ipauniqueid: 615953ec-cbe9-11e4-a431-3440b58ce227 krbextradata: AAKp6QZVcm9vdC9hZG1pbkBURVNUUkVMTS5URVNUAA== krblastpwdchange: 20150316143313Z krbpasswordexpiration: 20150316143313Z mepmanagedentry: cn=one,cn=groups,cn=accounts,dc=testrelm,dc=test objectclass: ipaSshGroupOfPubKeys, ipaobject, mepOriginEntry, person, top, ipasshuser, inetorgperson, organizationalperson, krbticketpolicyaux, krbprincipalaux, inetuser, posixaccount # kinit one Password for one: Password expired. You must change it now. Enter new password: Enter it again: # ipa user-show one --all dn: uid=one,cn=users,cn=accounts,dc=testrelm,dc=test User login: one First name: one Last name: one Full name: one one Display name: one one Initials: oo Home directory: /home/one GECOS: one one Login shell: /bin/sh Kerberos principal: one Email address: one UID: 1859200001 GID: 1859200001 Fax Number: 777-777-7777 Account disabled: False Password: True Member of groups: ipausers Kerberos keys available: True ipauniqueid: 615953ec-cbe9-11e4-a431-3440b58ce227 krblastpwdchange: 20150316143408Z krbpasswordexpiration: 20150614143408Z objectclass: ipaSshGroupOfPubKeys, ipaobject, mepOriginEntry, person, top, ipasshuser, inetorgperson, organizationalperson, krbticketpolicyaux, krbprincipalaux, inetuser, posixaccount 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://rhn.redhat.com/errata/RHSA-2015-0728.html |