summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorNathaniel McCallum <npmccallum@redhat.com>2014-06-19 12:28:32 -0400
committerMartin Kosek <mkosek@redhat.com>2014-06-26 16:10:16 +0200
commit2767fb584a4240bf3742144fd6d362053b76dadd (patch)
tree04b0edbef3ab49e735df06524951ce940a258604 /VERSION
parent14b38b7704778b4000a7b1b31d78fbb6b45e647b (diff)
downloadfreeipa-2767fb584a4240bf3742144fd6d362053b76dadd.tar.gz
freeipa-2767fb584a4240bf3742144fd6d362053b76dadd.tar.xz
freeipa-2767fb584a4240bf3742144fd6d362053b76dadd.zip
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>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index a61848d62..a2610e192 100644
--- a/VERSION
+++ b/VERSION
@@ -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