Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
If admin's password expiration date falls within ipa-epn's introspection range, it crashes:
2020-08-06T14:36:55Z DEBUG File "/usr/lib/python3.7/site-packages/ipapython/admintool.py", line 179, in execute
return_value = self.run()
File "/usr/lib/python3.7/site-packages/ipaclient/install/ipa_epn.py", line 277, in run
self._parse_ldap_data()
File "/usr/lib/python3.7/site-packages/ipaclient/install/ipa_epn.py", line 470, in _parse_ldap_data
self._expiring_password_user_list.add(entry)
File "/usr/lib/python3.7/site-packages/ipaclient/install/ipa_epn.py", line 136, in add
givenname=str(entry["givenname"].pop(0)),
File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 514, in __getitem__
return self._get_nice(name)
File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 481, in _get_nice
name = self._get_attr_name(name)
File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 477, in _get_attr_name
name = self._names[name]
File "/usr/lib/python3.7/site-packages/ipapython/ipautil.py", line 655, in __getitem__
return super(CIDict, self).__getitem__(key.lower())
2020-08-06T14:36:55Z DEBUG The IPA-EPN command failed, exception: KeyError: 'givenname'
Comment 1Alexander Bokovoy
2020-08-07 07:18:58 UTC
With following IPA version (4.8.7.9.module+el8.3.0+7664+fa35cfe6), test test_EPN_admin is successful, so moving the bug to verified. Refer attached report.html for detailed test results.
2020-08-19T15:27:47+0000 ok: [master.testrealm.test] => (item=ipa-server) =>
2020-08-19T15:27:47+0000 msg:
2020-08-19T15:27:47+0000 - arch: x86_64
2020-08-19T15:27:47+0000 epoch: null
2020-08-19T15:27:47+0000 name: ipa-server
2020-08-19T15:27:47+0000 release: 9.module+el8.3.0+7664+fa35cfe6
2020-08-19T15:27:47+0000 source: rpm
2020-08-19T15:27:47+0000 version: 4.8.7
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 (Moderate: idm:DL1 and idm:client security, bug fix, and enhancement update), 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/RHSA-2020:4670
Description of problem: If admin's password expiration date falls within ipa-epn's introspection range, it crashes: 2020-08-06T14:36:55Z DEBUG File "/usr/lib/python3.7/site-packages/ipapython/admintool.py", line 179, in execute return_value = self.run() File "/usr/lib/python3.7/site-packages/ipaclient/install/ipa_epn.py", line 277, in run self._parse_ldap_data() File "/usr/lib/python3.7/site-packages/ipaclient/install/ipa_epn.py", line 470, in _parse_ldap_data self._expiring_password_user_list.add(entry) File "/usr/lib/python3.7/site-packages/ipaclient/install/ipa_epn.py", line 136, in add givenname=str(entry["givenname"].pop(0)), File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 514, in __getitem__ return self._get_nice(name) File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 481, in _get_nice name = self._get_attr_name(name) File "/usr/lib/python3.7/site-packages/ipapython/ipaldap.py", line 477, in _get_attr_name name = self._names[name] File "/usr/lib/python3.7/site-packages/ipapython/ipautil.py", line 655, in __getitem__ return super(CIDict, self).__getitem__(key.lower()) 2020-08-06T14:36:55Z DEBUG The IPA-EPN command failed, exception: KeyError: 'givenname'