summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2015-05-27 08:02:08 -0400
committerJan Cholasta <jcholast@redhat.com>2015-06-02 14:03:12 +0000
commit7f7c247bb5a4b0030d531f4f14c156162e808212 (patch)
tree81314d5d8c80ecf9c532cd44a9ed785f01eecba4 /VERSION
parentb98077ea6844eddd8810e4ae6ddd5bf40c61b58e (diff)
downloadfreeipa-7f7c247bb5a4b0030d531f4f14c156162e808212.tar.gz
freeipa-7f7c247bb5a4b0030d531f4f14c156162e808212.tar.xz
freeipa-7f7c247bb5a4b0030d531f4f14c156162e808212.zip
Support multiple host and service certificates
Update the framework to support multiple host and service certificates. host-mod and service-mod revoke existing certificates that are not included in the modified entry. Using addattr=certificate=... will result in no certificates being revoked. The existing behaviour of host-disable, host-del, service-disable and service-del (revoke existing certificate) is preserved but now applies to all certificates in the host or service entry. Also update host-show and service-show to write all the principal's certificates to the file given by the ``--out=FILE`` option. Part of: http://www.freeipa.org/page/V4/User_Certificates https://fedorahosted.org/freeipa/ticket/4238 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 07c00d000..24a291322 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=121
-# Last change: pvoborni - added server-find and server-show
+IPA_API_VERSION_MINOR=122
+# Last change: ftweedal - allow multiple host/service certificates