summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-30 06:37:52 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-30 16:32:20 +0200
commit0f578ec36ccb3ceb91d64e3967a4fcd01b240895 (patch)
tree492d4aabe215f7b57c7a3fd5198c0cc6b03f2102 /VERSION
parentae5f11b4de1d5e353a2e1b8345e316949f4b75ed (diff)
downloadfreeipa-0f578ec36ccb3ceb91d64e3967a4fcd01b240895.tar.gz
freeipa-0f578ec36ccb3ceb91d64e3967a4fcd01b240895.tar.xz
freeipa-0f578ec36ccb3ceb91d64e3967a4fcd01b240895.zip
user: add object plugin for user_status
Change user_status from a method of user to a method of a new userstatus class, which defines the extra attributes returned by user_status. This fixes user_status CLI output. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 5c3aef2e4..656e472ce 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=203
-# Last change: host: added authentication indicators
+IPA_API_VERSION_MINOR=204
+# Last change: user: add object plugin for user_status