Bug 576303
| Summary: | No response control for a grace login | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Aaron Hagopian <airhead1> |
| Component: | 389-ds-base | Assignee: | Noriko Hosoi <nhosoi> |
| Status: | CLOSED WORKSFORME | QA Contact: | Viktor Ashirov <vashirov> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 7.0 | CC: | jgalipea, mreynolds, nhosoi, nkinder, rmeggins |
| Target Milestone: | rc | ||
| Target Release: | 7.3 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-06-16 15:19:38 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: | 495079, 512820, 690319 | ||
|
Description
Aaron Hagopian
2010-03-23 18:58:14 UTC
Upstream ticket: https://fedorahosted.org/389/ticket/89 Testing with ldapmodify, the number of grace logins is returned, as well as the password being marked as expired. Note the "-e ppolicy" which requests the password response control. It must be requested or it is not returned: ldapsearch -D "uid=mark,dc=example,dc=com" -w password -b "dc=example,dc=com" -xLLL -e ppolicy uid=mark + ldap_bind: Success (0) (Password expired, 1 grace logins remain) dn: uid=mark,dc=example,dc=com passwordExpirationTime: 20150616175346Z passwordExpWarned: 1 passwordGraceUserTime: 4 entrydn: uid=mark,dc=example,dc=com Closing as works for me. |