You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
Original issue 280 created by sweharris on 2013-06-27T22:30:50.000Z:
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Test fails in TEST_SKEW
This section in pam_google_authenticator_unittest.c
assert(pam_sm_open_session(NULL, 0, 1,
(const char *[]){ "noskewadj", 0 }) ==
does not contain the secret=/tmp/..... value from targv[0] and so if the user building the code has a defined authenticator then the test may fail.
The text was updated successfully, but these errors were encountered: