e30fbb8 KRB5: Return PAM_ACCT_EXPIRED when logging in as expired AD user

Authored and Committed by jhrozek 10 years ago
    KRB5: Return PAM_ACCT_EXPIRED when logging in as expired AD user
    
    If an expired AD user logs in, the SSSD receives
    KRB5KDC_ERR_CLIENT_REVOKED from the KDC. This error code was not handled
    by the SSSD which resulted in System Error being returned to the PAM
    stack.