From f2a0e4657fc664567d7a056e060cbbbe8f295c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Str=C3=A5th?= Date: Mon, 11 Aug 2014 15:54:39 +0200 Subject: [PATCH] Update ClientInfoFormat.adoc --- doc/ClientInfoFormat.adoc | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/doc/ClientInfoFormat.adoc b/doc/ClientInfoFormat.adoc index af4b194..9717748 100644 --- a/doc/ClientInfoFormat.adoc +++ b/doc/ClientInfoFormat.adoc @@ -1,4 +1,5 @@ -=Format of Client Info Data= +Format of Client Info Data +========================== This file holds data used in the YubiKey OTP validation phase. @@ -12,20 +13,22 @@ Any empty line, or a line beginning with a # is ignored. The meaning are as follows: -;id: -: the client identity, decimal integer -;active -: the client state, 1 if active, 0 if not -;created -: unix timestamp of when the client was created, decimal integer -;secret -: printable ascii string with shared HMAC secret for client id -;email -: the email address used by the client, printable ascii string -;notes -: not used, printable ascii string -;otp -: the YubiKey OTP used to create the client, modhex string +``` +id: + the client identity, decimal integer +active + the client state, 1 if active, 0 if not +created + unix timestamp of when the client was created, decimal integer +secret + printable ascii string with shared HMAC secret for client id +email + the email address used by the client, printable ascii string +notes + not used, printable ascii string +otp + the YubiKey OTP used to create the client, modhex string +``` An examples of a valid data line: @@ -33,5 +36,4 @@ An examples of a valid data line: 1,1,1359550387,foobar,user@example.com,,cccccccccccbubfncnklbknnkrfvfkbubftlfliikdrt ``` -For an example of importing and exporting Client Info data, please see -[[ImportExportData|Importing and Exporting Data]]. +For an example of importing and exporting Client Info data, please see `ImportExportData.adoc`.