From 9549a5984b5b1d7106035d8126a3ead915b2129b Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Thu, 13 Nov 2014 02:42:55 -0500 Subject: Expose the disabled User Auth Type Additionally, fix a small bug in ipa-kdb so that the disabled User Auth Type is properly handled. https://fedorahosted.org/freeipa/ticket/4720 Reviewed-By: Petr Vobornik --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index f587c65c8..122594726 100644 --- a/VERSION +++ b/VERSION @@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=112 -# Last change: tbabej - change ipaassignedidview to Str +IPA_API_VERSION_MINOR=113 +# Last change: npmccallum - expose disabled user auth type -- cgit