summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2015-07-02 03:31:31 -0400
committerTomas Babej <tbabej@redhat.com>2015-07-08 00:25:46 +0200
commitbed6f402e2d5587c35ff7e84ba3b80026c6db73d (patch)
treefe20caae489a567855f0dbe56605f85a80a1d8a5 /VERSION
parent62e8002bc43ddd890c3db35a123cb7daf35e3121 (diff)
downloadfreeipa-bed6f402e2d5587c35ff7e84ba3b80026c6db73d.tar.gz
freeipa-bed6f402e2d5587c35ff7e84ba3b80026c6db73d.tar.xz
freeipa-bed6f402e2d5587c35ff7e84ba3b80026c6db73d.zip
certprofile: add option to export profile config
Add the `--out=FILENAME' option to `certprofile-show'. When given, it exports the profile configuration from Dogtag and writes it to the named file. Fixes: https://fedorahosted.org/freeipa/ticket/5091 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 2d9ad2697..9030eb9c6 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=139
-# Last change: edewata - added ipaVaultPublicKey attribute
+IPA_API_VERSION_MINOR=140
+# Last change: ftweedal: add certprofile-show --out option