summaryrefslogtreecommitdiffstats
path: root/ipatests/test_xmlrpc/test_privilege_plugin.py
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 /ipatests/test_xmlrpc/test_privilege_plugin.py
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 'ipatests/test_xmlrpc/test_privilege_plugin.py')
-rw-r--r--ipatests/test_xmlrpc/test_privilege_plugin.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipatests/test_xmlrpc/test_privilege_plugin.py b/ipatests/test_xmlrpc/test_privilege_plugin.py
index 37b1592e0..0f0e2f046 100644
--- a/ipatests/test_xmlrpc/test_privilege_plugin.py
+++ b/ipatests/test_xmlrpc/test_privilege_plugin.py
@@ -107,7 +107,6 @@ class test_privilege(Declarative):
ipapermbindruletype=[u'permission'],
ipapermissiontype=[u'SYSTEM', u'V2'],
ipapermlocation=[users_dn],
- ipapermtargetfilter=[u'(objectclass=posixaccount)'],
),
),
),
@@ -228,7 +227,6 @@ class test_privilege(Declarative):
ipapermbindruletype=[u'permission'],
ipapermissiontype=[u'SYSTEM', u'V2'],
ipapermlocation=[users_dn],
- ipapermtargetfilter=[u'(objectclass=posixaccount)'],
),
),
),