mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
Increase MIN_DOMAIN_LEVEL to DOMAIN_LEVEL_1
With increasing the minimal domain level to 1 ipa-replica-install will refuse to install if the domain has domain level 0. See: https://pagure.io/freeipa/issue/7669 Signed-off-by: Thomas Woerner <twoerner@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
f6fa2e94e4
commit
38936817d2
@ -255,7 +255,7 @@ SID_ANCHOR_PREFIX = ':SID:'
|
||||
DOMAIN_LEVEL_0 = 0 # compat
|
||||
DOMAIN_LEVEL_1 = 1 # replica promotion, topology plugin
|
||||
|
||||
MIN_DOMAIN_LEVEL = DOMAIN_LEVEL_0
|
||||
MIN_DOMAIN_LEVEL = DOMAIN_LEVEL_1
|
||||
MAX_DOMAIN_LEVEL = DOMAIN_LEVEL_1
|
||||
|
||||
# Constants used in generation of replication agreements and as topology
|
||||
|
Loading…
Reference in New Issue
Block a user