From ae9cc47c0342ca279301753f6cc7b885fa00732f Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 17 Aug 2009 17:35:06 +0000 Subject: [PATCH] Update the man page with the access code syntax --- ykpersonalize.1 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ykpersonalize.1 b/ykpersonalize.1 index 09957ea..cf3582d 100644 --- a/ykpersonalize.1 +++ b/ykpersonalize.1 @@ -35,7 +35,7 @@ ykpersonalize - personalize Yubikey OTP tokens .SH SYNOPSIS .B ykpersonalize -[\fI-sfile\fR] [\fI-ifile\fR] [\fI-axxx\fR] [\fI-ooption\fR] [\fI-v\fR] [\fI-h\fR] +[\fI-sfile\fR] [\fI-ifile\fR] [\fI-axxx\fR] [\fI-cxxx\fR] [\fI-ooption\fR] [\fI-v\fR] [\fI-h\fR] .\".SH DESCRIPTION .\" Add any additional description here .SH OPTIONS @@ -53,6 +53,11 @@ read configuration from file. \fB\-a\fIxxx\fR A 32 char hex value (not modhex) of a fixed AES key to use. .TP +\fB\-c\fIxxx\fR +A 12 char hex value (not modhex) to use as access code for +programming. +NOTE: this does NOT SET the access code, that's done with \fB-oaccess\fI=\fR. +.TP \fB\-o\fIoption\fR change configuration option. Possible option arguments are .RS @@ -71,6 +76,10 @@ Fixed part, but encoded in hex, 0-16 characters long. The uid part of the generated ticket. Must be 12 characters long. .TP +\fBaccess\fR=\fIfffffffffff\fR +New modhex access code to set. +Must be 12 characters long. +.TP [\-]\fBtab-first\fR Set/clear the TAB_FIRST ticket flag. .TP -- 2.39.5