summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2016-05-30 18:18:38 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-13 17:50:54 +0200
commit80cbddaa37241e5c762edb656e4c658e652c87ef (patch)
tree082f2b1badf910ec7263bb12a2580f0e159aa9f3 /VERSION
parent40d8dded7fc1e71621516da9197c736057c0b6e4 (diff)
downloadfreeipa-80cbddaa37241e5c762edb656e4c658e652c87ef.tar.gz
freeipa-80cbddaa37241e5c762edb656e4c658e652c87ef.tar.xz
freeipa-80cbddaa37241e5c762edb656e4c658e652c87ef.zip
Server Roles: public API for server roles
This patch implements the `serverroles` API plugin which introduces the following commands: * server-role-show SERVER ROLE: show status of a single role on a server * server-role-find [--server SERVER [--role SERVROLE [--status=STATUS]]]: find role(s) SERVROLE and return their status on IPA masters. If --server option is given, the query is limited to this server. --status options filters the output by status [enabled vs. configurer vs. absent] https://fedorahosted.org/freeipa/ticket/5181 http://www.freeipa.org/page/V4/Server_Roles Reviewed-By: Jan Cholasta <jcholast@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Pavel Vomacka <pvomacka@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 8945ae548..50cf35e72 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=177
-# Last change: abbra - adtrust: remove nttrustpartner parameter
+IPA_API_VERSION_MINOR=178
+# Last change: mbabinsk - Server Roles: public API for server roles