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

Fixes #37614 - Use SHA512 for password hashing when no OS is set #10231

Merged
merged 1 commit into from
Jul 11, 2024

Commits on Jul 1, 2024

  1. Fixes #37614 - Use SHA512 for password hashing when no OS is set

    In e2dee7d the default for new
    operating systems was changed to SHA512, but there's an edge case where
    no is know for a host that makes it use SHA256.
    
    SHA512 has been the recommended value for hashing since EL5 and at least
    in EL6 it was also the default (didn't have EL5 on hand to check
    /etc/login.defs).
    ekohl committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    50a2a0d View commit details
    Browse the repository at this point in the history