From 78b657b02d2918fb26e0969e096f7eb15dbf830c Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 9 Jan 2014 14:43:37 +0100 Subject: Add permission_filter_objectclasses for explicit type filters Part of the work for: https://fedorahosted.org/freeipa/ticket/4074 Reviewed-By: Martin Kosek --- ipalib/plugins/netgroup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/plugins/netgroup.py') diff --git a/ipalib/plugins/netgroup.py b/ipalib/plugins/netgroup.py index e454b9aa..fe27e6cb 100644 --- a/ipalib/plugins/netgroup.py +++ b/ipalib/plugins/netgroup.py @@ -81,6 +81,7 @@ class netgroup(LDAPObject): object_name = _('netgroup') object_name_plural = _('netgroups') object_class = ['ipaobject', 'ipaassociation', 'ipanisnetgroup'] + permission_filter_objectclasses = ['ipanisnetgroup'] default_attributes = [ 'cn', 'description', 'memberof', 'externalhost', 'nisdomainname', 'memberuser', 'memberhost', 'member', 'memberindirect', -- cgit