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

[Draft] auth: don't start pam conversation before the initial input happens #409

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

PaideiaDilemma
Copy link
Collaborator

After realizing that pam modules sometimes implement a timeout, i think it is not worth starting the convo it right away.
Now you won't get the initial PAM_PROMPT any more. Prompt will be initialized to "Password: ", which is most commonly what you get from pam. Subsequent prompts (e.g. 2fa) will be handled however.

After realizing that pam modules sometimes implement a timeout, i think
it is not worth starting the convo it right away.
Now you won't get the initial PAM_PROMPT any more.
Prompt will be initialized to "Password: ", which is most commonly what
you get from pam. Subsequent prompts (e.g. 2fa) will be handled however.
@PaideiaDilemma PaideiaDilemma changed the title auth: don't start pam conversation before the initial input happens [Draft] auth: don't start pam conversation before the initial input happens Jul 8, 2024
@vaxerski vaxerski merged commit 3bedae4 into hyprwm:main Jul 8, 2024
1 check passed
@PaideiaDilemma PaideiaDilemma deleted the auth-start-when-enter branch August 29, 2024 06:52
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