summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2015-05-14 13:08:58 +0000
committerJan Cholasta <jcholast@redhat.com>2015-06-03 09:47:40 +0000
commita92328452dced34d6d6df7ad6fe585563bb909f6 (patch)
tree19d7455b17463f411e0f0ac7cbb94517cb6bc214 /VERSION
parent7f7c247bb5a4b0030d531f4f14c156162e808212 (diff)
downloadfreeipa-a92328452dced34d6d6df7ad6fe585563bb909f6.tar.gz
freeipa-a92328452dced34d6d6df7ad6fe585563bb909f6.tar.xz
freeipa-a92328452dced34d6d6df7ad6fe585563bb909f6.zip
Add plugin to manage service constraint delegations
Service Constraints are the delegation model used by ipa-kdb to grant service A to obtain a TGT for a user against service B. https://fedorahosted.org/freeipa/ticket/3644 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 24a291322..2ad382792 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=122
-# Last change: ftweedal - allow multiple host/service certificates
+IPA_API_VERSION_MINOR=123
+# Last change: rcritten - added service constraint delegation plugin