From 6b38de9454729743c338f2ce8bea60665fc458ca Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Wed, 21 Oct 2009 16:12:11 +0200 Subject: Display membership attributes (member, memberOf) by default in show/find. --- ipalib/plugins/taskgroup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/taskgroup.py') diff --git a/ipalib/plugins/taskgroup.py b/ipalib/plugins/taskgroup.py index be182f90..4835266e 100644 --- a/ipalib/plugins/taskgroup.py +++ b/ipalib/plugins/taskgroup.py @@ -33,7 +33,7 @@ class taskgroup(LDAPObject): object_name = 'taskgroup' object_name_plural = 'taskgroups' object_class = ['ipaobject', 'groupofnames'] - default_attributes = ['cn', 'description', 'memberof'] + default_attributes = ['cn', 'description', 'member', 'memberof'] uuid_attribute = 'ipauniqueid' attribute_names = { 'cn': 'name', -- cgit