Skip to content

Commit

Permalink
With the commit #99a74d7, 389-ds changed the message returned in ipa-…
Browse files Browse the repository at this point in the history
…healthcheck.

Previously the message was:

"\n\nIn Directory Server, we offer one hash suitable for this "
"(PBKDF2_SHA256) and one hash\nfor \"legacy\" support (SSHA512)."
"\n\nYour configuration does not use these for password storage "
"or the root password storage\nscheme.\n"

but now the message is:

\n\nIn Directory Server, we offer one hash suitable for this "
"(PBKDF2-SHA512) and one hash\nfor \"legacy\" support (SSHA512)."
"\n\nYour configuration does not use these for password storage "
"or the root password storage\nscheme.\n"

PBKDF2_SHA256 has been replaced with PBKDF2-SHA512

Pagure: https://pagure.io/freeipa/issue/9238

Signed-off-by: Sumedh Sidhaye <ssidhaye@redhat.com>
Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Stanislav Levin <slev@altlinux.org>
  • Loading branch information
ssidhaye authored and flo-renaud committed Oct 12, 2022
1 parent 22022ae commit 42f73ea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ipatests/test_integration/test_ipahealthcheck.py
Expand Up @@ -1306,9 +1306,6 @@ def test_ds_configcheck_passwordstorage(self, modify_pwdstoragescheme):
"""
error_msg = (
"\n\nIn Directory Server, we offer one hash suitable for this "
"(PBKDF2_SHA256) and one hash\nfor \"legacy\" support (SSHA512)."
"\n\nYour configuration does not use these for password storage "
"or the root password storage\nscheme.\n"
)
returncode, data = run_healthcheck(
self.master, "ipahealthcheck.ds.config", "ConfigCheck",
Expand Down

0 comments on commit 42f73ea

Please sign in to comment.