diff options
author | Nathaniel McCallum <npmccallum@redhat.com> | 2014-02-20 13:21:32 -0500 |
---|---|---|
committer | Petr Viktorin <pviktori@redhat.com> | 2014-03-05 10:09:16 +0100 |
commit | 21ff4f920e4ff7c1e2870024f007f067fc3cf6c8 (patch) | |
tree | 59a103ccd48b9d3ec74937fc4bca199641141b2b /VERSION | |
parent | 561e57d12169cfa4e1d2c5d9fef42b149c37fca2 (diff) | |
download | freeipa-21ff4f920e4ff7c1e2870024f007f067fc3cf6c8.tar.gz freeipa-21ff4f920e4ff7c1e2870024f007f067fc3cf6c8.tar.xz freeipa-21ff4f920e4ff7c1e2870024f007f067fc3cf6c8.zip |
Rework how otptoken defaults are handled
We had originally decided to provide defaults on the server side so that they
could be part of a global config for the admin. However, on further reflection,
only certain defaults really make sense given the limitations of Google
Authenticator. Similarly, other defaults may be token specific.
Attempting to handle defaults on the server side also makes both the UI and
the generated documentation unclear.
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r-- | VERSION | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -89,5 +89,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=75 -# Last change: npmccallum - HOTP support +IPA_API_VERSION_MINOR=76 +# Last change: npmccallum - otptoken defaults change |