e8ef2c2 With the commit #99a74d7, 389-ds changed the message returned in ipa-healthcheck.

1 file Authored by Sumedh Sidhaye a year ago, Committed by frenaud a year ago,
    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>
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Stanislav Levin <slev@altlinux.org>