2012-04-01 11:24 skrev Simon Josefsson:
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
I'm getting a build error on 1.12.0. Do you know what this is?
Making all in .
CC global.lo
CC coding.lo
CC usersfile.lo
CC hotp.lo
CC totp.lo
CC aux.lo
CC errors.lo
CCLD liboath.la
Making all in tests
Making all in gtk-doc
"Makefile", line 1382: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1
Stop in /usr/home/fredrik/oath-toolkit-1.12.0/liboath.
*** Error code 1
Stop in /usr/home/fredrik/oath-toolkit-1.12.0/liboath.
*** Error code 1
Stop in /usr/home/fredrik/oath-toolkit-1.12.0.
*** Error code 1
Stop in /usr/home/fredrik/oath-toolkit-1.12.0.
Line 1382 is "-include $(top_srcdir)/git.mk"