-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
yescrypt
user passwords do not function
#147312
Comments
Related #112371 |
If yescrypt is now the default then I consider this a release blocker as we recommend mkpasswd in the manual |
That might not be true with |
I can at least confirm that enabling Where in the manual does it recommend bare |
Enabling libxcrypt in I'm not sure about the rest of the system: there is too much use of |
Ah nevermind then it's not as urgent now |
Fixed in #195271. |
Describe the bug
When setting roots
hashedPassword
to ayescrypt
hash, login becomes seemingly impossible even with the correct password. All else being equal, sha512crypt does not exhibit this problem.Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Access should be granted iff the password is correct.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
This is a bit concerning given that yescrypt is now the
mkpasswd
default since #143661.Should
pam
be built with thewithLibxcrypt
flag? If so how?Notify maintainers
For
pam
+libxcrypt
interaction @dottedmagMetadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Maintainer information:
The text was updated successfully, but these errors were encountered: