LOGIN_TOKEN(8) | System Manager's Manual | LOGIN_TOKEN(8) |
login_activ
,
login_crypto
, login_snk
— provide ActivCard, CRYPTOCard and SNK-004
authentication
login_token |
[-s service]
[-v
name=value]
user [class] |
The login_token
program implements an X9.9
token card challenge response authentication mechanism (see
login.conf(5)). It must
be invoked by one of the names: login_activ
,
login_crypto
, or
login_snk
.
The options are as follows:
-s
servicechallenge
,
login
, and response
are
supported.-v
name=valuelogin_token
will look up
user in the appropriate database file, depending on
what name it was called as: /etc/activ.db,
/etc/crypto.db, or
/etc/snk.db. It then will issue a challenge, and if
the user is able to correctly respond (by using the appropriate token) the
user will be authenticated. The class argument is
unused.
Diagnostic messages are logged via syslog(3) with the LOG_AUTH facility.
Jack Flory <jpf@mig.com>
July 16, 2013 | OpenBSD-6.9 |