From b730eb356f4ccb569a060b39f9d529f2fa753588 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 6 Jan 2011 17:14:13 -0500 Subject: facet nesting correctly nest the facet groups change 'parent' to 'member of' for facet group --- ipalib/plugins/host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/host.py') diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py index 3b0b8eef..9cc99786 100644 --- a/ipalib/plugins/host.py +++ b/ipalib/plugins/host.py @@ -171,7 +171,7 @@ class host(LDAPObject): } bindable = True relationships = { - 'memberof': ('Parent', 'in_', 'not_in_'), + 'memberof': ('Member Of', 'in_', 'not_in_'), 'enrolledby': ('Enrolled by', 'enroll_by_', 'not_enroll_by_'), 'managedby': ('Managed by', 'man_by_', 'not_man_by_'), } -- cgit