Switch md5 to sha512. Fixes bug #1234068

This is pretty cosmetic as live and cloud images don't use passwords
and they install with sha512 fine, but some people may use these
kickstarts as a base for their spins, so we should use best practices.
This commit is contained in:
Kevin Fenzi
2015-06-21 10:38:20 -06:00
parent d94b86c888
commit 9f254062c3
7 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ lang en_US.UTF-8
keyboard us
timezone --utc Etc/UTC
auth --useshadow --enablemd5
auth --useshadow --passalgo=sha512
selinux --enforcing
rootpw --lock --iscrypted locked
user --name=none