diff options
author | Martin Babinsky <mbabinsk@redhat.com> | 2015-07-03 12:21:09 +0200 |
---|---|---|
committer | Tomas Babej <tbabej@redhat.com> | 2015-07-08 00:35:05 +0200 |
commit | ea7f392bb98c1f1c4558ec5d6e84ee7a7c613474 (patch) | |
tree | 77d8a5f0b0737f97a364265dd15d190838b15347 /VERSION | |
parent | 1d9bdb240943527e1e19704acd183eae254267ae (diff) | |
download | freeipa-ea7f392bb98c1f1c4558ec5d6e84ee7a7c613474.tar.gz freeipa-ea7f392bb98c1f1c4558ec5d6e84ee7a7c613474.tar.xz freeipa-ea7f392bb98c1f1c4558ec5d6e84ee7a7c613474.zip |
add option to skip client API version check
This can be either set in IPA config file or specified as
'ipa --skip-version-check [COMMAND]'.
part of https://fedorahosted.org/freeipa/ticket/4768
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r-- | VERSION | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=141 -# Last change: ftweedal: add certprofile-mod --file option +IPA_API_VERSION_MINOR=142 +# Last change: mbabinsk: Add option to skip client API version check |