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

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Jul 1, 2024

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).

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 ekohl force-pushed the 37614-default-hash-algorhitm branch from 0151ddb to 50a2a0d Compare July 1, 2024 11:38
Copy link
Member

@ares ares left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks @ekohl, merging!

@ares ares merged commit e78bd15 into theforeman:develop Jul 11, 2024
53 checks passed
@ekohl ekohl deleted the 37614-default-hash-algorhitm branch July 11, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants