toddyo / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

Recent changes in snapshots broke TOTP support #699

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enable One Time Passwords support
2. Try to register TOTP token, or try to use existing one

It works with snapshot pwm-20150714-0600 (r782), doesn't work with 
pwm-20150715-0600 (r784)

Only useful thing in logs is:
2015-07-23T10:47:45Z, ERROR, operations.OtpService, {0} unexpected error 
reading stored otp configuration from LDAP for user 
UserIdentity{"userDN":"uid=user,ou=People,dc=example,dc=com","ldapProfile":"defa
ult"}, error: 5076 ERROR_CRYPT_ERROR (unexpected error performing simple 
decrypt operation: 5076 ERROR_CRYPT_ERROR (unexpected error performing simple 
decrypt operation: Input length must be multiple of 16 when decrypting with 
padded cipher)) [10.10.10.10]

Original issue reported on code.google.com by vic...@gmail.com on 23 Jul 2015 at 10:50