From 3120a6833e71d28fb0dcbbd62190b5f9c2e2c466 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Tue, 4 Mar 2014 12:45:24 +0100 Subject: permission plugin: Output the extratargetfilter virtual attribute The --filter, --type, and --memberof options interact in a way that's difficult to recreate in the UI: type and memberof are "views" on the filter, they affect it and are affected by it Add a "extratagretfilter" view that only contains the filters not linked to type or memberof. Show extra target filter, and not the full target filter, by default; show both with --all, and full filter only with --raw. Write support will be added in a subsequent patch. Part of the work for: https://fedorahosted.org/freeipa/ticket/4216 Reviewed-By: Martin Kosek --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index e889bced8..4f01e38c0 100644 --- a/VERSION +++ b/VERSION @@ -89,5 +89,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=77 -# Last change: pviktori - permissions: multivalued memberof +IPA_API_VERSION_MINOR=78 +# Last change: pviktori - permission extratargetfilter -- cgit