From 80cbddaa37241e5c762edb656e4c658e652c87ef Mon Sep 17 00:00:00 2001 From: Martin Babinsky Date: Mon, 30 May 2016 18:18:38 +0200 Subject: 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 Reviewed-By: Martin Basti Reviewed-By: Pavel Vomacka --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') 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 -- cgit