Displaying 1 result from an estimated 1 matches for "noskewadj".
2013 Jun 27
0
CentOS 5.9 and google-authenticator
...set_time(12010 * 30);
char buf[7];
response = buf;
sprintf(response, "%06d", compute_code(binary_secret,
binary_secret_len, 11010));
assert(pam_sm_open_session(NULL, 0, 1,
(const char *[]){ "noskewadj", 0 }) ==
PAM_SESSION_ERR);
verify_prompts_shown(0);
This is where it fails.
The same code works correctly without error on CentOS 6.4 64bit.
Has anyone else managed to pass the tests on 5.9 32bit?
--
rgds
Stephen