mirror of
https://github.com/Yubico/yubico-pam.git
synced 2024-12-01 15:24:12 +01:00
Merge branch 'pr-181'
This commit is contained in:
commit
456c2a125d
@ -678,6 +678,7 @@ do_challenge_response(pam_handle_t *pamh, struct cfg *cfg, const char *username)
|
|||||||
/*
|
/*
|
||||||
* Write the challenge and response we will expect the next time to the state file.
|
* Write the challenge and response we will expect the next time to the state file.
|
||||||
*/
|
*/
|
||||||
|
errstr = "Error updating YubiKey challenge, please check syslog or contact your system administrator";
|
||||||
if (response_len > sizeof(state.response)) {
|
if (response_len > sizeof(state.response)) {
|
||||||
DBG("Got too long response ??? (%u/%zu)", response_len, sizeof(state.response));
|
DBG("Got too long response ??? (%u/%zu)", response_len, sizeof(state.response));
|
||||||
goto out;
|
goto out;
|
||||||
@ -723,7 +724,6 @@ do_challenge_response(pam_handle_t *pamh, struct cfg *cfg, const char *username)
|
|||||||
goto restpriv_out;
|
goto restpriv_out;
|
||||||
}
|
}
|
||||||
|
|
||||||
errstr = "Error updating YubiKey challenge, please check syslog or contact your system administrator";
|
|
||||||
if (! write_chalresp_state (f, &state))
|
if (! write_chalresp_state (f, &state))
|
||||||
goto out;
|
goto out;
|
||||||
if (fclose(f) < 0) {
|
if (fclose(f) < 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user