summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-11-05 17:11:23 +0100
committerMartin Basti <mbasti@redhat.com>2015-11-20 15:35:14 +0100
commit457c9746709042e6f4f8f37a85ca8ad562962405 (patch)
tree5c4dd4456a6bfa5cd031310950bca1f2c0ff60a8 /VERSION
parentc56d45bc382a6e72c0439452994e998798b22b57 (diff)
downloadfreeipa-457c9746709042e6f4f8f37a85ca8ad562962405.tar.gz
freeipa-457c9746709042e6f4f8f37a85ca8ad562962405.tar.xz
freeipa-457c9746709042e6f4f8f37a85ca8ad562962405.zip
Allow multiple managers per user - CLI part
Added commands: * user-add-manager * user-remove-manager * stageuser-add-manager * stageuser-remove-manager Commit contains override of convert_attribute_members method in baseuser class that ensures the managers will be returned in 'manager' attribute due to backward compatibility instead of 'manager_user' as would be expected. https://fedorahosted.org/freeipa/ticket/5344 This patch also fixes: https://fedorahosted.org/freeipa/ticket/5387 Reviewed-By: David Kupka <dkupka@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index cdda198c6..064e98cb4 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=157
-# Last change: mbabinsk - hide segment direction from topology commands
+IPA_API_VERSION_MINOR=158
+# Last change: mbasti - allow multiple managers: (stage)user-{add|remove}-manager commands