diff options
author | Werner Koch <[email protected]> | 2008-06-24 16:00:29 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-06-24 16:00:29 +0000 |
commit | 4817ff652827d3b715315655c2272f774c20f42c (patch) | |
tree | 417ea337575f4e85c3bd9ca8cca822f10f548e1e /doc/scdaemon.texi | |
parent | Code cleanup. (diff) | |
download | gnupg-4817ff652827d3b715315655c2272f774c20f42c.tar.gz gnupg-4817ff652827d3b715315655c2272f774c20f42c.zip |
Add support for the TCOS NullPIN feature.
Diffstat (limited to 'doc/scdaemon.texi')
-rw-r--r-- | doc/scdaemon.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index 423d84b39..bec343ec5 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -580,11 +580,12 @@ TO BE WRITTEN. @subsection Change PINs. @example - PASSWD [--reset] @var{chvno} + PASSWD [--reset] [--nullpin] @var{chvno} @end example Change the PIN or reset the retry counter of the card holder -verification vector number @var{chvno}. +verification vector number @var{chvno}. The option @option{--nullpin} +is used to initialize the PIN of TCOS cards (6 byte NullPIN only). @node Scdaemon CHECKPIN |