From f3010498af2a4b98512d219b8e09101176c172fe Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Thu, 14 May 2015 10:49:55 +0200 Subject: Add Domain Level feature https://fedorahosted.org/freeipa/ticket/5018 Reviewed-By: Jan Cholasta Reviewed-By: Petr Vobornik --- ipalib/constants.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipalib/constants.py') diff --git a/ipalib/constants.py b/ipalib/constants.py index 195938a35..b99306eae 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -224,3 +224,6 @@ LDAP_GENERALIZED_TIME_FORMAT = "%Y%m%d%H%M%SZ" IPA_ANCHOR_PREFIX = ':IPA:' SID_ANCHOR_PREFIX = ':SID:' + +MIN_DOMAIN_LEVEL = 0 +MAX_DOMAIN_LEVEL = 1 -- cgit