# $Id: UsersFile,v 1.2 2011/03/11 22:19:39 sthen Exp $
#
# Sample UsersFile for HOTP auth.
#
# type:		type of token - HOTP, HOTP/E, HOTP/E/6, HOTP/E/7, HOTP/E/8
# username
# pin:		"-" if user has no pin
# key:		token's secret key 
# counter:	next counter value (HOTP) or offset (TOTP). optional.
# last otp:	previously used OTP. optional. skip for new users.
# timestamp:	local time when last OTP was generated. optional. skip for new users.
#
#HOTP	username	1234	1234567890abcdef1234567890abcdef12345678	1	123456	2011-03-11T10:05:15L
#HOTP	newusername	-	1234567890abcdef1234567890abcdef12345678
#
HOTP	wombling	1234	6023522D6EA49A4948167302B2224D2026068E68	5
