mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
With the commit #99a74d7, 389-ds changed the message returned in ipa-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>
This commit is contained in:
parent
22022ae2ff
commit
42f73ea655
@ -1306,9 +1306,6 @@ class TestIpaHealthCheck(IntegrationTest):
|
||||
"""
|
||||
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",
|
||||
|
Loading…
Reference in New Issue
Block a user