From f9a8d772e35982bed1c39b286b3120b9b5f64c0c Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 13 May 2011 20:05:35 -0500 Subject: Customizable facet groups. The IPA.entity has been modified to support customizable facet groups. The default list of facet groups is defined in IPA.entity_header and can be overriden in the entity definition. Ticket #1219 --- ipalib/plugins/baseldap.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipalib/plugins/baseldap.py') diff --git a/ipalib/plugins/baseldap.py b/ipalib/plugins/baseldap.py index 4b80c6d0..43533c8c 100644 --- a/ipalib/plugins/baseldap.py +++ b/ipalib/plugins/baseldap.py @@ -272,6 +272,9 @@ class LDAPObject(Object): 'memberindirect': ( 'Indirect Member', None, 'no_indirect_' ), + 'memberofindirect': ( + 'Indirect Member Of', None, 'not_in_indirect_' + ), } label = _('Entry') -- cgit