Bug 1639192
| Summary: | Request to add passwordSendExpiringTime in password policy objectclass | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | German Parente <gparente> |
| Component: | 389-ds-base | Assignee: | mreynolds |
| Status: | CLOSED ERRATA | QA Contact: | RHDS QE <ds-qe-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.5 | CC: | aadhikar, cpelland, lkrispen, nkinder, rmeggins, spichugi, tbordaz, vashirov |
| Target Milestone: | rc | ||
| Target Release: | 7.7 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 389-ds-base-1.3.9.1-6.el7 | Doc Type: | Bug Fix |
| Doc Text: |
Cause: A new password policy setting was not added to the schema.
Consequence: It is not possible to set that new password policy setting.
Fix: Add the new attribute to the existing passwordPolicy objectclass in the server's schema.
Result: Password policy is fully functional.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-08-06 12:58:51 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
German Parente
2018-10-15 09:18:02 UTC
The fix is not backported. Changes could not be seen in /usr/share/dirsrv/schema/02common.ldif file. Also, there isn't any comment on the upstream ticket regarding it, hence marking it as FAILED_QA. PR 49876 was for a UI update for RHEL 8. I need to do something different here, but it's not a problem. Working on it.... Build Tested: 389-ds-base-1.3.9.1-6.el7.x86_64 Steps: 1) Create a subtree password policy by running the ns-newpwpolicy.pl script. ns-newpwpolicy.pl -Z web9 -D 'cn=directory manager' -w password -P LDAP -S 'ou=people,dc=example,dc=com' 2) Set passwordSendExpiringTime on a subtree password policy if the policy is created by nw-newpwpolicy.pl. ldapmodify -x -p 389 -h `hostname` -D "cn=Directory Manager" -w password << EOF dn: cn=cn\3DnsPwPolicyEntry\2Cou\3Dpeople\2Cdc\3Dexample\2Cdc\3Dcom,cn=nsPwPolicyContainer,ou=people,dc=example,dc=com changetype: modify replace: passwordSendExpiringTime passwordSendExpiringTime: on EOF modifying entry "cn=cn\3DnsPwPolicyEntry\2Cou\3Dpeople\2Cdc\3Dexample\2Cdc\3Dcom,cn=nsPwPolicyContainer,ou=people,dc=example,dc=com" Marking it as VERIFIED. 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://access.redhat.com/errata/RHBA-2019:2152 |