Red Hat Bugzilla – Bug 1467777
"pwdhash -D configdir" uses the DS default hashing algorithm
Last modified: 2018-04-10 10:19:12 EDT
Description of problem: The "pwdhash -D configdir" command uses the default hashing algorithm and neither the current value set in nsslapd-rootpwstoragescheme nor passwordStorageScheme. Version-Release number of selected component (if applicable): DS 10.1.1 How reproducible: Always Steps to Reproduce: 1. Set nsslapd-rootpwstoragescheme to SSHA256 2. Set passwordStorageScheme to SSHA384 3. Run # pwdhash -D /etc/dirsrv/slapd-instance_name/ password Actual results: You get the hash based on the DS default setting (which is SSHA512 for DS 10.1.1) instead of the algorithms set in one of the two attributes. Expected results / Feature request: * If "-D configdir" is used, the command should return the hashed string using the algorithm set in nsslapd-rootpwstoragescheme. The tool is mostly used to generate the hash for the Directory Manager - so this should be default in this case. * Additinally, a "-u" option should be added, which is only used in combination with "-D configdir", and generates the hash using the algorithm set in passwordStorageScheme.
Upstream ticket: https://pagure.io/389-ds-base/issue/49312
============================================================================ test session starts ============================================================================ platform linux -- Python 3.6.3, pytest-3.3.2, py-1.5.2, pluggy-0.6.0 -- /opt/rh/rh-python36/root/usr/bin/python3 cachedir: .cache metadata: {'Python': '3.6.3', 'Platform': 'Linux-3.10.0-823.el7.x86_64-x86_64-with-redhat-7.5-Maipo', 'Packages': {'pytest': '3.3.2', 'py': '1.5.2', 'pluggy': '0.6.0'}, 'Plugins': {'metadata': '1.5.1', 'html': '1.16.1'}} 389-ds-base: 1.3.7.5-11.el7 nss: 3.34.0-1.el7 nspr: 4.17.0-1.el7 openldap: 2.4.44-10.el7 svrcore: 4.1.3-2.el7 rootdir: /export/tests, inifile: plugins: metadata-1.5.1, html-1.16.1 collected 2 items suites/clu/clu_test.py::test_clu_pwdhash PASSED [ 50%] suites/clu/clu_test.py::test_clu_pwdhash_mod PASSED [100%] ------------------------------------------------------- generated xml file: /mnt/tests/rhds/tests/upstream/report.xml ------------------------------------------------------- ------------------------------------------------------ generated html file: /mnt/tests/rhds/tests/upstream/report.html ------------------------------------------------------ ========================================================================= 2 passed in 9.70 seconds ==========================================================================
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-2018:0811