From a92328452dced34d6d6df7ad6fe585563bb909f6 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 14 May 2015 13:08:58 +0000 Subject: 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 --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') 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 -- cgit