sevenmine / mod-authn-otp

Automatically exported from code.google.com/p/mod-authn-otp
Apache License 2.0
0 stars 0 forks source link

OTPAuthPINAuthProvider file (htpasswd style passwds not working) #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
using OTPAuthPINAuthProvider file
is not working properly, tried several hash-types (MD5/SHA/Crypt), but hashed 
pin is not recognized

-using MOTP
-verified file permission for hashed pin file (also owned by web server user)
-latest source code
-as soon I switch back to clear-text pin (same number), it is working again

Unfortunately the error log is not verbose enough to get some glue why it can't 
read the htpasswd-style pin file.

Rgds,
Gerald

Original issue reported on code.google.com by brtw2...@gmail.com on 23 Nov 2012 at 7:20

GoogleCodeExporter commented 9 years ago
MOTP tokens are not compatible with OTPAuthPINAuthProvider. MOTP requires the 
PIN being explicitly configured in the users file (otherwise, mod-authn-otp has 
no way of figuring out what it is).

Unfortunately, this was not clearly documented on the wiki pages. I have 
updated them accordingly.

Original comment by archie.c...@gmail.com on 23 Nov 2012 at 3:07