From e8ef2c2f226704ce510525f07675107179124a95 Mon Sep 17 00:00:00 2001 From: Sumedh Sidhaye Date: Feb 02 2023 06:53:56 +0000 Subject: 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 Reviewed-By: Florence Blanc-Renaud Reviewed-By: Alexander Bokovoy Reviewed-By: Stanislav Levin Reviewed-By: Florence Blanc-Renaud Reviewed-By: Alexander Bokovoy Reviewed-By: Stanislav Levin --- diff --git a/ipatests/test_integration/test_ipahealthcheck.py b/ipatests/test_integration/test_ipahealthcheck.py index 18a665e..60e8de9 100644 --- a/ipatests/test_integration/test_ipahealthcheck.py +++ b/ipatests/test_integration/test_ipahealthcheck.py @@ -1312,9 +1312,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",