summaryrefslogtreecommitdiffstats
path: root/ipatests/test_xmlrpc/tracker/group_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_xmlrpc/tracker/group_plugin.py')
-rw-r--r--ipatests/test_xmlrpc/tracker/group_plugin.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/ipatests/test_xmlrpc/tracker/group_plugin.py b/ipatests/test_xmlrpc/tracker/group_plugin.py
index 9f399cad5..b46f9f9d8 100644
--- a/ipatests/test_xmlrpc/tracker/group_plugin.py
+++ b/ipatests/test_xmlrpc/tracker/group_plugin.py
@@ -12,7 +12,10 @@ from ipatests.util import assert_deepequal, get_group_dn
class GroupTracker(Tracker):
""" Class for host plugin like tests """
retrieve_keys = {u'dn', u'cn', u'gidnumber', u'member_user',
- u'member_group', u'description'}
+ u'member_group', u'description',
+ u'memberof_group', u'memberofindirect_group',
+ u'memberindirect_group', u'memberindirect_user'}
+
retrieve_all_keys = retrieve_keys | {u'ipauniqueid', u'objectclass'}
create_keys = retrieve_all_keys