Bug 2125318
Summary: | Incorrect password expiration handling | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Filip Dvorak <fdvorak> |
Component: | krb5 | Assignee: | Julien Rische <jrische> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Filip Dvorak <fdvorak> |
Severity: | low | Docs Contact: | lmcgarry |
Priority: | unspecified | ||
Version: | 8.7 | CC: | fdvorak, ftrivino, jrische, myllynen, rcritten, tscherf |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Known Issue | |
Doc Text: |
.Incorrect warning when setting expiration dates for a Kerberos principal
If you set a password expiration date for a Kerberos principal, the current timestamp is compared to the expiration timestamp using a 32-bit signed integer variable. If the expiration date is more than 68 years in the future, it causes an integer variable overflow resulting in the following warning message being displayed:
----
Warning: Your password will expire in less than one hour on [expiration date]
----
You can ignore this message, the password will expire correctly at the configured date and time.
|
Story Points: | --- |
Clone Of: | 2121099 | Environment: | |
Last Closed: | 2023-02-15 15:57:38 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: |
Description
Filip Dvorak
2022-09-08 15:30:46 UTC
This issue is fixed upstream and for RHEL 9.2. We won't fix it as part of RHEL 8.8 since it does not have any functional impact. It only causes an invalid warning to be displayed, and it is very unlikely that an administrator would set a credentials expiration date more than 68 years in the future. |