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
pam_unix: "try_first_pass" functionality missing #357
Comments
|
The reason is that pam_get_authtok behaves like the try_first_pass is always used. Which, IMO, makes sense. But documentation should be probably improved. |
|
Thank you @t8m. I'll plan for this task and I hope to work on it soon. |
|
Interesting, the behaviour I'm seeing (with v1.5.1, and thought this was going to be a report of the same) is (I noticed while testing my own module, inserted between what usually provides my password and |
|
Yep, the current default behavior is something in between the thing that is documented for try_first_pass and use_first_pass. It behaves as |
Even though "try_first_pass" is mentioned in pam_unix man page, there isn't any functionality attached to it in the code. So I wonder if this is intentional and the option will be retired, or if the functionality should be there and this is a real issue. Any feedback?
In any case I'm willing to help improve it.
The text was updated successfully, but these errors were encountered: