summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/host.py
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-06 17:14:13 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2011-01-07 04:44:56 -0500
commitb730eb356f4ccb569a060b39f9d529f2fa753588 (patch)
tree54d4db3e15b3da7c670c3b6b109638a07b31380e /ipalib/plugins/host.py
parent728a1d83619ef4f72f33240fe7f412d9f60b30ef (diff)
downloadfreeipa-b730eb356f4ccb569a060b39f9d529f2fa753588.tar.gz
freeipa-b730eb356f4ccb569a060b39f9d529f2fa753588.tar.xz
freeipa-b730eb356f4ccb569a060b39f9d529f2fa753588.zip
facet nesting
correctly nest the facet groups change 'parent' to 'member of' for facet group
Diffstat (limited to 'ipalib/plugins/host.py')
-rw-r--r--ipalib/plugins/host.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py
index 3b0b8eef4..9cc997863 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_'),
}