Add the otptoken-add-yubikey command

This command behaves almost exactly like otptoken-add except:
1. The new token data is written directly to a YubiKey
2. The vendor/model/serial fields are populated from the YubiKey

Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Nathaniel McCallum
2014-06-26 16:10:16 +02:00
committed by Martin Kosek
parent 14b38b7704
commit 2767fb584a
5 changed files with 155 additions and 3 deletions
+2 -2
View File
@@ -89,5 +89,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
IPA_API_VERSION_MINOR=94
# Last change: pvoborni - Add OTP option to passwd command
IPA_API_VERSION_MINOR=95
# Last change: npmaccallum - otptoken-add-yubikey