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

remove duplicate auth/authconfig and use sha512 algorithm for password hashing #456

Merged
merged 1 commit into from
Sep 24, 2015

Commits on Sep 23, 2015

  1. remove duplicate auth/authconfig and use sha512 algorithm for passwor…

    …d hashing
    
    auth and authconfig are the same thing, they're used twice in the kickstart
    files. the first one tells authconfig to use sha512, the second one tells it to
    use md5. the end result the machine is configured to use md5 instead of sha512
    for password hashing
    mmckinst committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    7f5f538 View commit details
    Browse the repository at this point in the history