Bug 557724
| Summary: | passwordexpirationtime is 1h less than setup | ||
|---|---|---|---|
| Product: | [Retired] 389 | Reporter: | Thomas Blanchin <tblanchin> |
| Component: | Security - Password Policy | Assignee: | Rich Megginson <rmeggins> |
| Status: | CLOSED WORKSFORME | QA Contact: | Chandrasekar Kannan <ckannan> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | CC: | benl, jgalipea, nhosoi |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-03-30 16:21:45 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: | |||
| Bug Blocks: | 512820, 690319 | ||
|
Description
Thomas Blanchin
2010-01-22 11:30:06 UTC
per bug triage 10/21/2010, targeting DS future and priority low I could not reproduce the problem. Set 1 day to passwordMaxAge. dn: cn=cn\3DnsPwPolicyEntry\2Cou\3DPeople\2Cdc\3Dexample\2Cdc\3Dcom,cn=nsPwPol icyContainer,ou=People,dc=example,dc=com passwordMaxAge: 86400 Modify a password of a test user, then search the user's passwordExpirationTime and modifyTimestamp: $ ldapsearch ... -b "uid=tuser0,ou=people,dc=example,dc=com" "(uid=*)" passwordExpirationTime modifyTimestamp dn: uid=tuser0,ou=People,dc=example,dc=com passwordExpirationTime: 20110330234522Z modifyTimestamp: 20110329234522Z The passwordExpirationTime (2011/03/30-23:45:22) is 1 day ahead of modifyTimeStamp (2011/03/29-23:45:22). Please note that the passwordExpirationTime is calculated without any knowledge about the timezone. Upstream ticket: https://fedorahosted.org/389/ticket/93 |