From 62e8002bc43ddd890c3db35a123cb7daf35e3121 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Tue, 7 Jul 2015 09:36:32 +0200 Subject: Hide topology and domainlevel features * Hide topology and domainlevel commands in the CLI * Hide topology and domainlevel in the WebUI * Set maximum allowed domain level to 0 * Do not configure and enable the topology plugin https://fedorahosted.org/freeipa/ticket/5097 Reviewed-By: Martin Basti --- ipalib/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/constants.py') diff --git a/ipalib/constants.py b/ipalib/constants.py index a062505c3..fac937b5d 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -234,4 +234,4 @@ IPA_ANCHOR_PREFIX = ':IPA:' SID_ANCHOR_PREFIX = ':SID:' MIN_DOMAIN_LEVEL = 0 -MAX_DOMAIN_LEVEL = 1 +MAX_DOMAIN_LEVEL = 0 -- cgit