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

Conversation

mmckinst
Copy link
Contributor

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

https://github.com/rhinstaller/pykickstart/blob/master/docs/kickstart-docs.rst#auth-or-authconfig

…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
@cheeseplus
Copy link
Contributor

Seems completely sensible to me +1

cheeseplus pushed a commit that referenced this pull request Sep 24, 2015
remove duplicate auth/authconfig and use sha512 algorithm for password hashing
@cheeseplus cheeseplus merged commit 52a13b5 into chef:master Sep 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants