summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2014-03-04 12:45:24 +0100
committerMartin Kosek <mkosek@redhat.com>2014-03-14 10:14:05 +0100
commit3120a6833e71d28fb0dcbbd62190b5f9c2e2c466 (patch)
tree7becdf905357bd7c459a635a774eb239519fdd8b /VERSION
parent6fb53bb08c15ba894725be6cfc5a75916ab0b694 (diff)
downloadfreeipa-3120a6833e71d28fb0dcbbd62190b5f9c2e2c466.tar.gz
freeipa-3120a6833e71d28fb0dcbbd62190b5f9c2e2c466.tar.xz
freeipa-3120a6833e71d28fb0dcbbd62190b5f9c2e2c466.zip
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 <mkosek@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
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