Bug 1394899
Summary: | RHDS should ignore passwordMinAge if "password must reset" is true | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Ming Davies <minyu> |
Component: | 389-ds-base | Assignee: | mreynolds |
Status: | CLOSED ERRATA | QA Contact: | Viktor Ashirov <vashirov> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.3 | CC: | amsharma, gparente, mreynolds, mvarun, nhosoi, nkinder, pvoborni, rmeggins, tbordaz |
Target Milestone: | pre-dev-freeze | ||
Target Release: | 7.4 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 389-ds-base-1.3.6.1-7.el7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-08-01 21:12:24 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
Ming Davies
2016-11-14 16:35:30 UTC
Changing the Product to RHEL since the Password policy belongs to 389-ds-base. The RC of the ldappasswd failure is that it uses an internal operation to update the password. In op_shared_allow_pw_change there is this test: /* check if password is within password minimum age; error result is sent directly from check_pw_minage */ if ((internal_op || !pb->pb_conn->c_needpw) && check_pw_minage(pb, &sdn, mod->mod_bvalues) == 1) { So minage is systematically tested when using EXTOP, while using direct MOD it is tested at the condition pw_must_change is not set (c_needpw is set if pw_must_change). Upstream ticket: https://fedorahosted.org/389/ticket/49039 Fixed upstream Regression - internal password updates cause crash Fixed upstream *** Bug 1438724 has been marked as a duplicate of this bug. *** *** Bug 1438724 has been marked as a duplicate of this bug. *** ======================= test session starts =================================================== platform linux2 -- Python 2.7.5, pytest-3.0.7, py-1.4.33, pluggy-0.4.0 -- /usr/bin/python cachedir: .cache metadata: {'Python': '2.7.5', 'Platform': 'Linux-3.10.0-657.el7.x86_64-x86_64-with-redhat-7.4-Maipo', 'Packages': {'py': '1.4.33', 'pytest': '3.0.7', 'pluggy': '0.4.0'}, 'Plugins': {'beakerlib': '0.7.1', 'html': '1.14.2', 'cov': '2.4.0', 'metadata': '1.3.0'}} DS build: 1.3.6.1 389-ds-base: 1.3.6.1-9.el7 nss: 3.28.4-3.el7 nspr: 4.13.1-1.0.el7_3 openldap: 2.4.44-4.el7 svrcore: 4.1.3-2.el7 rootdir: /export/tests, inifile: plugins: metadata-1.3.0, html-1.14.2, cov-2.4.0, beakerlib-0.7.1 collected 1 items tickets/ticket49039_test.py::test_ticket49039 PASSED *** Bug 1438724 has been marked as a duplicate of this bug. *** 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-2017:2086 |