archiecobbs/mod-authn-otp

OTPAuthPINAuthProvider file (htpasswd style passwds not working)

GoogleCodeExporter opened this issue · 1 comments

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

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

  • Changed state: Invalid