Fredrik Lindgren <[email protected]> writes: > Environment: FreeBSD 9.0 x64, oath-toolkit 1.10.5 installed from ports > > I have an interesting problem that I just can't seem to solve. I've > installed oath-toolkit, configured the root user for TOTP (HOTP/T30) > and tested it with su and sshd. Everything works perfectly. I then > added another user to the users.oath file, and after that neither the > new user or the original user works anymore.
Hi! Strange issue... > (OATH_PRINTF_ERROR: Error from system printf call) last otp Sun Mar 18 ...however this suggest it may be because the system printf is buggy. For 1.12.0 I have added the gnulib replacement module of snprintf, can you test whether it makes a difference? /Simon
