duo_unix icon indicating copy to clipboard operation
duo_unix copied to clipboard

Support `quiet` Flag in `pam.d` Config

Open DabeDotCom opened this issue 7 months ago • 0 comments

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.

DabeDotCom avatar Jul 05 '24 15:07 DabeDotCom