Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 389-ds healthcheck output message #6450

Closed
wants to merge 1 commit into from

Commits on Oct 11, 2022

  1. 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>
    ssidhaye committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    abbf73c View commit details
    Browse the repository at this point in the history