From 1daf319a19f902d7c7bef37af065cac81be9189e Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 22 Oct 2008 17:54:04 -0400 Subject: Implement the host commands In order for this to work against a v1 database the update host.update needs to be applied --- ipalib/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/config.py') diff --git a/ipalib/config.py b/ipalib/config.py index e1b12f1ee..ebd602b91 100644 --- a/ipalib/config.py +++ b/ipalib/config.py @@ -138,6 +138,7 @@ def set_default_env(env): container_user = EnvProp(basestring, 'cn=users,cn=accounts'), container_group = EnvProp(basestring, 'cn=groups,cn=accounts'), container_service = EnvProp(basestring, 'cn=services,cn=accounts'), + container_host = EnvProp(basestring, 'cn=computers,cn=accounts'), domain = LazyProp(basestring, get_domain), interactive = EnvProp(bool, True), query_dns = EnvProp(bool, True), -- cgit