summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/otptoken.py
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 /ipalib/plugins/otptoken.py
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 'ipalib/plugins/otptoken.py')
-rw-r--r--ipalib/plugins/otptoken.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/otptoken.py b/ipalib/plugins/otptoken.py
index d834d582a..7962af003 100644
--- a/ipalib/plugins/otptoken.py
+++ b/ipalib/plugins/otptoken.py
@@ -196,7 +196,7 @@ class otptoken(LDAPObject):
),
IntEnum('ipatokenotpdigits?',
cli_name='digits',
- label=_('Display length'),
+ label=_('Digits'),
values=(6, 8),
default=6,
autofill=True,