summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorNathaniel McCallum <npmccallum@redhat.com>2014-11-13 02:42:55 -0500
committerPetr Vobornik <pvoborni@redhat.com>2015-02-12 10:31:24 +0100
commit9549a5984b5b1d7106035d8126a3ead915b2129b (patch)
treed05a9db3eab30231d8949a40fd2c9190f2f9276d /VERSION
parentc438d9be9152d64408e8e39ba4ebe696d0d4fe94 (diff)
downloadfreeipa-9549a5984b5b1d7106035d8126a3ead915b2129b.tar.gz
freeipa-9549a5984b5b1d7106035d8126a3ead915b2129b.tar.xz
freeipa-9549a5984b5b1d7106035d8126a3ead915b2129b.zip
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 <pvoborni@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
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