Bug 1576485
| Summary: | Upgrade script doesn't enable PBKDF password storage plug-in | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Marc Muehlfeld <mmuehlfe> | |
| Component: | 389-ds-base | Assignee: | mreynolds | |
| Status: | CLOSED ERRATA | QA Contact: | RHDS QE <ds-qe-bugs> | |
| Severity: | high | Docs Contact: | Marc Muehlfeld <mmuehlfe> | |
| Priority: | high | |||
| Version: | 7.0 | CC: | msauton, nkinder, pasik, rmeggins | |
| Target Milestone: | pre-dev-freeze | Keywords: | ZStream | |
| Target Release: | 7.6 | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | 389-ds-base-1.3.8.2-1.el7 | Doc Type: | Bug Fix | |
| Doc Text: |
The "PBKDF2_SHA256" password storage scheme can now be used in Directory Server
If a Red Hat Directory Server instance was installed using version 10.1.0 or earlier and subsequently updated, the update script did not enable the Password-Based Key Derivation Function version 2 (PBKDF2) plug-in. As a consequence, the "PBKDF2_SHA256" password storage scheme could not be used in the "nsslapd-rootpwstoragescheme" and "passwordStorageScheme" parameter. This update automatically enables the plug-in. As a result, administrators can now use the "PBKDF2_SHA256" password storage scheme.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1579700 (view as bug list) | Environment: | ||
| Last Closed: | 2018-10-30 10:13:48 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1579700 | |||
|
Description
Marc Muehlfeld
2018-05-09 15:09:46 UTC
We are missing an upgrade script for this new storage scheme. Upstream ticket: https://pagure.io/389-ds-base/issue/49665 Fixed upstream Build tested: 389-ds-base-1.3.8.2-1.el7.x86_64 RHEL 7.3.z: # rpm -q 389-ds-base 389-ds-base-1.3.5.10-21.el7_3.x86_64 # ldapsearch -LLL -D "cn=Directory Manager" -w Secret123 -b 'cn=Password Storage Schemes,cn=plugins,cn=config' nsslapd-pluginDescription | grep nsslapd-pluginDescription nsslapd-pluginDescription: AES storage scheme plugin nsslapd-pluginDescription: No encryption (CLEAR) nsslapd-pluginDescription: Unix crypt algorithm (CRYPT) nsslapd-pluginDescription: DES storage scheme plugin nsslapd-pluginDescription: MD5 hash algorithm (MD5) nsslapd-pluginDescription: Netscape MD5 (NS-MTA-MD5) nsslapd-pluginDescription: Secure Hashing Algorithm (SHA) nsslapd-pluginDescription: Secure Hashing Algorithm (SHA256) nsslapd-pluginDescription: Secure Hashing Algorithm (SHA384) nsslapd-pluginDescription: Secure Hashing Algorithm (SHA512) nsslapd-pluginDescription: Salted MD5 hash algorithm (SMD5) nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA) nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA256) nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA384) nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA512) Update to RHEL 7.4: # rpm -q 389-ds-base 389-ds-base-1.3.6.1-16.el7.x86_64 # ldapsearch -LLL -D "cn=Directory Manager" -w Secret123 -b 'cn=Password Storage Schemes,cn=plugins,cn=config' nsslapd-pluginDescription | grep nsslapd-pluginDescription nsslapd-pluginDescription: AES storage scheme plugin nsslapd-pluginDescription: No encryption (CLEAR) nsslapd-pluginDescription: Unix crypt algorithm (CRYPT) nsslapd-pluginDescription: DES storage scheme plugin nsslapd-pluginDescription: MD5 hash algorithm (MD5) nsslapd-pluginDescription: Netscape MD5 (NS-MTA-MD5) nsslapd-pluginDescription: Secure Hashing Algorithm (SHA) nsslapd-pluginDescription: Secure Hashing Algorithm (SHA256) nsslapd-pluginDescription: Secure Hashing Algorithm (SHA384) nsslapd-pluginDescription: Secure Hashing Algorithm (SHA512) nsslapd-pluginDescription: Salted MD5 hash algorithm (SMD5) nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA) nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA256) nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA384) nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA512) Update to RHEL 7.5: # rpm -q 389-ds-base 389-ds-base-1.3.7.5-18.el7.x86_64 # ldapsearch -LLL -D "cn=Directory Manager" -w Secret123 -b 'cn=Password Storage Schemes,cn=plugins,cn=config' nsslapd-pluginDescription | grep nsslapd-pluginDescription nsslapd-pluginDescription: AES storage scheme plugin nsslapd-pluginDescription: No encryption (CLEAR) nsslapd-pluginDescription: Unix crypt algorithm (CRYPT) nsslapd-pluginDescription: DES storage scheme plugin nsslapd-pluginDescription: MD5 hash algorithm (MD5) nsslapd-pluginDescription: Netscape MD5 (NS-MTA-MD5) nsslapd-pluginDescription: Secure Hashing Algorithm (SHA) nsslapd-pluginDescription: Secure Hashing Algorithm (SHA256) nsslapd-pluginDescription: Secure Hashing Algorithm (SHA384) nsslapd-pluginDescription: Secure Hashing Algorithm (SHA512) nsslapd-pluginDescription: Salted MD5 hash algorithm (SMD5) nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA) nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA256) nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA384) nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA512) Update to 7.6: # rpm -q 389-ds-base 389-ds-base-1.3.8.2-1.el7.x86_64 # ldapsearch -LLL -D "cn=Directory Manager" -w Secret123 -b 'cn=Password Storage Schemes,cn=plugins,cn=config' nsslapd-pluginDescription | grep nsslapd-pluginDescription nsslapd-pluginDescription: AES storage scheme plugin nsslapd-pluginDescription: No encryption (CLEAR) nsslapd-pluginDescription: Unix crypt algorithm (CRYPT) nsslapd-pluginDescription: Unix crypt algorithm (CRYPT-MD5) nsslapd-pluginDescription: Unix crypt algorithm (CRYPT-SHA256) nsslapd-pluginDescription: Unix crypt algorithm (CRYPT-SHA512) nsslapd-pluginDescription: DES storage scheme plugin nsslapd-pluginDescription: MD5 hash algorithm (MD5) nsslapd-pluginDescription: Netscape MD5 (NS-MTA-MD5) nsslapd-pluginDescription: Salted PBKDF2 SHA256 hash algorithm (PBKDF2_SHA256) nsslapd-pluginDescription: Secure Hashing Algorithm (SHA) nsslapd-pluginDescription: Secure Hashing Algorithm (SHA256) nsslapd-pluginDescription: Secure Hashing Algorithm (SHA384) nsslapd-pluginDescription: Secure Hashing Algorithm (SHA512) nsslapd-pluginDescription: Salted MD5 hash algorithm (SMD5) nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA) nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA256) nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA384) nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA512) CRYPT-* and PBKDF2 plugins have appeared after upgrade. Marking 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/RHSA-2018:3127 |