tst-pam_dispatch4.pamd 371 B

12345678
  1. #%PAM-1.0
  2. # We jump to end of the stack with previous pam_permit.so, should pass
  3. auth required pam_permit.so
  4. auth [success=1 default=ignore] pam_debug.so auth=success
  5. auth required pam_deny.so
  6. # We jump to end of the stack without any module in OK state, should fail
  7. account [success=1 default=ignore] pam_debug.so account=success
  8. account required pam_deny.so