summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-11-04 14:03:43 -0500
committerRob Crittenden <rcritten@redhat.com>2008-11-04 14:03:43 -0500
commite825bc7ccbc787e65efa7171e9f19793bcd88615 (patch)
tree2285491e5407a46d1ab7239280622bcbfd3085cf /ipalib/constants.py
parent49670023591f8eb88dd5860fffc3f8e99764e5a8 (diff)
downloadfreeipa-e825bc7ccbc787e65efa7171e9f19793bcd88615.tar.gz
freeipa-e825bc7ccbc787e65efa7171e9f19793bcd88615.tar.xz
freeipa-e825bc7ccbc787e65efa7171e9f19793bcd88615.zip
Revive the hostgroup_container and include add/remove hosts in hostgroups plugin
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index 99b0ea719..9bd82a1bf 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -69,6 +69,7 @@ DEFAULT_CONFIG = (
('container_group', 'cn=groups,cn=accounts'),
('container_service', 'cn=services,cn=accounts'),
('container_host', 'cn=computers,cn=accounts'),
+ ('container_hostgroup', 'cn=hostgroups,cn=accounts'),
# Ports, hosts, and URIs:
('lite_xmlrpc_port', 8888),