sort parameters and close a list
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9227 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -8,12 +8,8 @@
|
|||||||
.Nd
|
.Nd
|
||||||
manages one-time passwords
|
manages one-time passwords
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Ar otp
|
.Nm otp
|
||||||
.Op Fl r
|
.Op Fl dhlor
|
||||||
.Op Fl d
|
|
||||||
.Op Fl o
|
|
||||||
.Op Fl l
|
|
||||||
.Op Fl h
|
|
||||||
.Op Fl f Ar algorithm
|
.Op Fl f Ar algorithm
|
||||||
.Op Fl u Ar user
|
.Op Fl u Ar user
|
||||||
.Ar sequence-number
|
.Ar sequence-number
|
||||||
@@ -33,6 +29,18 @@ and
|
|||||||
.Pp
|
.Pp
|
||||||
Options are:
|
Options are:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
|
.It Fl d
|
||||||
|
To delete a one-time password.
|
||||||
|
.It Fl f
|
||||||
|
Choose a different
|
||||||
|
.Ar algorithm
|
||||||
|
from the default md5. Pick any of: md4, md5, and sha.
|
||||||
|
.It Fl h
|
||||||
|
For getting a help message.
|
||||||
|
.It Fl l
|
||||||
|
List the current table of one-time passwords.
|
||||||
|
.It Fl o
|
||||||
|
To open (unlock) the otp-entry for a user.
|
||||||
.It Fl r
|
.It Fl r
|
||||||
To renew a one-time password series. This operation can be performed
|
To renew a one-time password series. This operation can be performed
|
||||||
over an potentially eavesdropped link because you do not supply the
|
over an potentially eavesdropped link because you do not supply the
|
||||||
@@ -41,23 +49,12 @@ and then the new one corresponding to the supplied
|
|||||||
.Ar sequence-number
|
.Ar sequence-number
|
||||||
and
|
and
|
||||||
.Ar seed .
|
.Ar seed .
|
||||||
.It Fl d
|
|
||||||
To delete a one-time password.
|
|
||||||
.It Fl o
|
|
||||||
To open (unlock) the otp-entry for a user.
|
|
||||||
.It Fl l
|
|
||||||
List the current table of one-time passwords.
|
|
||||||
.It Fl h
|
|
||||||
For getting a help message.
|
|
||||||
.It Fl f
|
|
||||||
Choose a different
|
|
||||||
.Ar algorithm
|
|
||||||
from the default md5. Pick any of: md4, md5, and sha.
|
|
||||||
.It Fl u
|
.It Fl u
|
||||||
To choose a different
|
To choose a different
|
||||||
.Ar user
|
.Ar user
|
||||||
to set one-time passwords for. This only works when running
|
to set one-time passwords for. This only works when running
|
||||||
.Nm
|
.Nm
|
||||||
as root.
|
as root.
|
||||||
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr otpprint 1
|
.Xr otpprint 1
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
.Nd
|
.Nd
|
||||||
print lists of one-time passwords
|
print lists of one-time passwords
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Ar otp
|
.Nm otp
|
||||||
.Op Fl n Ar count
|
.Op Fl n Ar count
|
||||||
.Op Fl e
|
.Op Fl e
|
||||||
.Op Fl h
|
.Op Fl h
|
||||||
@@ -32,14 +32,6 @@ each password with six short english words.
|
|||||||
.Pp
|
.Pp
|
||||||
Options are:
|
Options are:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Fl n
|
|
||||||
Print
|
|
||||||
.Ar count
|
|
||||||
one-time passwords, starting at
|
|
||||||
.Ar sequence-number
|
|
||||||
and going backwards. The default is 10.
|
|
||||||
.It Fl h
|
|
||||||
Print the passwords in hex.
|
|
||||||
.It Fl e
|
.It Fl e
|
||||||
Print the passwords in ``extended'' format. In this format a prefix
|
Print the passwords in ``extended'' format. In this format a prefix
|
||||||
that says ``hex:'' or ``word:'' is included.
|
that says ``hex:'' or ``word:'' is included.
|
||||||
@@ -47,5 +39,14 @@ that says ``hex:'' or ``word:'' is included.
|
|||||||
To choose a different
|
To choose a different
|
||||||
.Ar algorithm
|
.Ar algorithm
|
||||||
from the default md5. Pick any of: md4, md5, and sha.
|
from the default md5. Pick any of: md4, md5, and sha.
|
||||||
|
.It Fl h
|
||||||
|
Print the passwords in hex.
|
||||||
|
.It Fl n
|
||||||
|
Print
|
||||||
|
.Ar count
|
||||||
|
one-time passwords, starting at
|
||||||
|
.Ar sequence-number
|
||||||
|
and going backwards. The default is 10.
|
||||||
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr otp 1
|
.Xr otp 1
|
||||||
|
Reference in New Issue
Block a user