summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2015-07-31 07:53:15 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-08-25 19:11:53 +0200
commite46d9236d19f714b67fdf2865f19146c3016f46d (patch)
tree1694978180059eb1e3b111d92e08c0a7924881e1 /VERSION
parentb4daa45baad9dca020540ecde1b1e7a9b98b1995 (diff)
downloadfreeipa-e46d9236d19f714b67fdf2865f19146c3016f46d.tar.gz
freeipa-e46d9236d19f714b67fdf2865f19146c3016f46d.tar.xz
freeipa-e46d9236d19f714b67fdf2865f19146c3016f46d.zip
Added support for changing vault encryption.
The vault-mod command has been modified to support changing vault encryption attributes (i.e. type, password, public/private keys) in addition to normal attributes (i.e. description). Changing the encryption requires retrieving the stored secret with the old attributes and rearchiving it with the new attributes. https://fedorahosted.org/freeipa/ticket/5176 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 e8387a1ae..751c6c793 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=152
-# Last change: mbasti - add 'user-stage' command
+IPA_API_VERSION_MINOR=153
+# Last change: edewata - Added support for changing vault encryption.