mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests/test_xmlrpc/tracker/server_plugin.py: Increase hard coded mindomainlevel
The hard coded mindomainlevel needs to be increased to 1. 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
c33cbe13fb
commit
94159bbe13
@ -50,7 +50,7 @@ class ServerTracker(Tracker):
|
||||
u"ipaSupportedDomainLevelConfig"
|
||||
],
|
||||
ipamaxdomainlevel=[u"1"],
|
||||
ipamindomainlevel=[u"0"],
|
||||
ipamindomainlevel=[u"1"],
|
||||
)
|
||||
self.exists = True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user