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
commitd4969ede51e6098e962ff660daf13e8c61d4ac28 (patch)
treebbc5342f6ef2738f198f8566469d2c859c8ac240 /VERSION
parent32fedf03ebb0c8798cad0145e7adde58e4e9d09c (diff)
downloadfreeipa-d4969ede51e6098e962ff660daf13e8c61d4ac28.tar.gz
freeipa-d4969ede51e6098e962ff660daf13e8c61d4ac28.tar.xz
freeipa-d4969ede51e6098e962ff660daf13e8c61d4ac28.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 9fe2f4d4f..3fdd2db88 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.