-
Notifications
You must be signed in to change notification settings - Fork 1
Secret Key is "(null)" - cannot authenticate #5
Copy link
Copy link
Open
Description
I've built the most recent revision: r10. However, I cannot seem to get this to
work, and looking at the error log it says Secret Key is "(null)". Here is my
auth file:
NNJITK6UBX4EEKHH
" TOTP_AUTH
50039494
27219159
58297638
85255199
44013977
Here is the output:
[Fri Apr 05 02:51:08 2013] [error] [client 192.168.1.1] **** COOKIE AUTH at
T=1365130268
[Fri Apr 05 02:51:08 2013] [error] [client 192.168.1.1] **** PW AUTH at
T=1365130268 user "ryan"
[Fri Apr 05 02:51:08 2013] [error] [client 192.168.1.1] Secret Key is "(null)"
@ T=45504342
[Fri Apr 05 02:51:08 2013] [error] [client 192.168.1.1] Checking codes @
T=45504342 "540324" vs. "16740"
[Fri Apr 05 02:51:08 2013] [error] [client 192.168.1.1] Checking codes @
T=45504342 "416549" vs. "16740"
[Fri Apr 05 02:51:08 2013] [error] [client 192.168.1.1] Checking codes @
T=45504342 "463812" vs. "16740"
[Fri Apr 05 02:51:08 2013] [error] [client 192.168.1.1] Checking codes @
T=45504342 "759680" vs. "16740"
[Fri Apr 05 02:51:08 2013] [error] [client 192.168.1.1] Checking codes @
T=45504342 "978939" vs. "16740"
[Fri Apr 05 02:51:08 2013] [error] [client 192.168.1.1] Validating for
"016740" Shared Key "(null)"
[Fri Apr 05 02:51:08 2013] [error] [client 192.168.1.1] user ryan:
authentication failure for "/phpmyadmin/": Password Mismatch
[Fri Apr 05 02:51:23 2013] [error] [client 192.168.1.1] **** COOKIE AUTH at
T=1365130283
[Fri Apr 05 02:51:23 2013] [error] [client 192.168.1.1] **** PW AUTH at
T=1365130283 user "ryan"
[Fri Apr 05 02:51:23 2013] [error] [client 192.168.1.1] Secret Key is "(null)"
@ T=45504342
[Fri Apr 05 02:51:23 2013] [error] [client 192.168.1.1] Checking codes @
T=45504342 "540324" vs. "379161"
[Fri Apr 05 02:51:23 2013] [error] [client 192.168.1.1] Checking codes @
T=45504342 "416549" vs. "379161"
[Fri Apr 05 02:51:23 2013] [error] [client 192.168.1.1] Checking codes @
T=45504342 "463812" vs. "379161"
[Fri Apr 05 02:51:23 2013] [error] [client 192.168.1.1] Checking codes @
T=45504342 "759680" vs. "379161"
[Fri Apr 05 02:51:23 2013] [error] [client 192.168.1.1] Checking codes @
T=45504342 "978939" vs. "379161"
[Fri Apr 05 02:51:23 2013] [error] [client 192.168.1.1] Validating for
"379161" Shared Key "(null)"
[Fri Apr 05 02:51:23 2013] [error] [client 192.168.1.1] user ryan:
authentication failure for "/phpmyadmin/": Password Mismatch
I've been trying for the past couple hours now, and try to tweak the underlying
code (I was able to hardcode the key as char *sharedKey=NNJITK6UBX4EEKHH;
instead of NULL in ga_check_password), but as I'm not too familiar with C I was
limited to what I could do.
I made a new auth file and scanned the code with a QR reader, so I know the
settings on the phone are correct
Original issue reported on code.google.com by ryan.xga...@gmail.com on 5 Apr 2013 at 2:52
Reactions are currently unavailable