blob: 2305a136aef9bf172ee3f73ab5382b12e7d63c5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
.\" Copyright (C) 2005 - 2007 International Business Machines Corporation
.\"
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "tpm_resetdalock" 8 "2005-05-05" "TPM Management"
.ce 1
TPM Management - tpm_resetdalock
.SH NAME
tpm_resetdalock \- reset the dictionary attack lock for the user (require owner authentication)
.SH "SYNOPSIS"
.ad l
.hy 0
.B tpm_resetdalock
.RB
.SH "DESCRIPTION"
.PP
\fBtpm_resetdalock\fR resets the dictionary attack lock. It prompts for owner authentication and, if password is correct, calls 'tpmSetStatus' which does necessary action to reset dictionary attack lock.
.TP
\fB\-h\fR, \fB\-\-help\fR
Display command usage info.
.TP
\fB-v\fR, \fB\-\-version\fR
Display command version info.
.TP
\fB-l\fR, \fB\-\-log\fR [none|error|info|debug]
Set logging level.
.TP
\fB-z\fR, \fB\-\-well-known\fR
Authenticate using 20 bytes of zeros as owner password (the default TSS Well Known Secret), instead of prompting for an owner password.
.SH "SEE ALSO"
.PP
\fBtpm_reset\fR(8)
.SH "REPORTING BUGS"
Report bugs to <trousers-users@lists.sourceforge.net>
|