diff options
author | Endi S. Dewata <edewata@redhat.com> | 2015-07-31 07:53:15 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2015-08-25 19:11:53 +0200 |
commit | e46d9236d19f714b67fdf2865f19146c3016f46d (patch) | |
tree | 1694978180059eb1e3b111d92e08c0a7924881e1 /VERSION | |
parent | b4daa45baad9dca020540ecde1b1e7a9b98b1995 (diff) | |
download | freeipa-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-- | 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=152 -# Last change: mbasti - add 'user-stage' command +IPA_API_VERSION_MINOR=153 +# Last change: edewata - Added support for changing vault encryption. |