lslebodn / SSSD / sssd

Forked from SSSD/sssd 7 years ago
Clone

442ae7b PAM: use better PAM error code for failed Smartcard authentication

1 file Authored by sbose 5 years ago, Committed by jhrozek 5 years ago,
    PAM: use better PAM error code for failed Smartcard authentication
    
    If the user enters a wrong PIN the PAM responder currently returns
    PAM_USER_UNKNOWN better is PAM_AUTH_ERR.
    
    Related to https://pagure.io/SSSD/sssd/issue/3500
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>