summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2015-07-24 09:31:26 -0400
committerMartin Basti <mbasti@redhat.com>2015-07-31 16:11:17 +0200
commit896783bae817ef16ca1cb31a0c434fe863287cc3 (patch)
tree8f46f616b5228a1dd444c27dc036b2f983778aa9 /VERSION
parenta4ade199aa594307cdd6bc43d1729cc42e92fd1e (diff)
downloadfreeipa-896783bae817ef16ca1cb31a0c434fe863287cc3.tar.gz
freeipa-896783bae817ef16ca1cb31a0c434fe863287cc3.tar.xz
freeipa-896783bae817ef16ca1cb31a0c434fe863287cc3.zip
user-show: add --out option to save certificates to file
Add the --out option to user-show, bringing it into line with host-show and service-show with the ability to save the user's certificate(s) to a file. https://fedorahosted.org/freeipa/ticket/5171 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 2b78af50b..a3d586df4 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=147
-# Last change: mbasti - Consolidate DNS RR in API and schema
+IPA_API_VERSION_MINOR=148
+# Last change: ftweedal - add --out option to user-show