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

Support quiet Flag in pam.d Config #280

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DabeDotCom
Copy link

Example:
/etc/pam.d/ssh

auth   sufficient   pam_duo.so quiet

Summary of the change

A trivial update that allows admins to silence pam_info() messages

Test Plan

I added two simple tests:

  1. Make sure the pam.d parser accepts the quiet flag
  2. Make sure passing the quiet flag actually does silence the output «grin»

PS: I also added the flag to the pam_duo(8) manpage.

Example:
**`/etc/pam.d/ssh`**
```
auth   sufficient   pam_duo.so quiet
```
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.

1 participant