Enable QR code display by default in otptoken-add

This is possible because python-qrcode's output now fits in a standard
terminal. Also, update ipa-otp-import and otptoken-add-yubikey to
disable QR code output as it doesn't make sense in these contexts.

https://fedorahosted.org/freeipa/ticket/4703

Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
Nathaniel McCallum
2014-11-06 15:30:13 -05:00
committed by Petr Vobornik
parent d2ffd17617
commit 3c900ba7a8
5 changed files with 9 additions and 6 deletions

View File

@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
IPA_API_VERSION_MINOR=108
# Last change: pvoborni - manage authorization of keytab operations
IPA_API_VERSION_MINOR=109
# Last change: npmccallum - display qrcode by default