summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2015-07-10 15:16:31 +0200
committerTomas Babej <tbabej@redhat.com>2015-07-10 15:26:50 +0200
commit510642196184e588b3014db1d1fdd7bc4aa2f5dd (patch)
tree8cedfe1bbecfb00763598d721b5512f314710aac /ipalib/constants.py
parent61f41df9493acfbfd1cda017b40cf6786afd8815 (diff)
downloadfreeipa-510642196184e588b3014db1d1fdd7bc4aa2f5dd.tar.gz
freeipa-510642196184e588b3014db1d1fdd7bc4aa2f5dd.tar.xz
freeipa-510642196184e588b3014db1d1fdd7bc4aa2f5dd.zip
Revert "Hide topology and domainlevel features"
This reverts commit 62e8002bc43ddd890c3db35a123cb7daf35e3121. Hiding of the topology and domainlevel features was necessary for the 4.2 branch only. Reviewed-By: Simo Sorce <ssorce@redhat.com>
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index 1509151ba..53c3106cd 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -238,4 +238,4 @@ IPA_ANCHOR_PREFIX = ':IPA:'
SID_ANCHOR_PREFIX = ':SID:'
MIN_DOMAIN_LEVEL = 0
-MAX_DOMAIN_LEVEL = 0
+MAX_DOMAIN_LEVEL = 1