Import Upstream version 4.12.4

This commit is contained in:
geos_one
2025-08-12 22:28:56 +02:00
parent 03a8170b15
commit 9181ee2487
1629 changed files with 874094 additions and 554378 deletions

View File

@@ -154,7 +154,7 @@ def install_check(standalone, api, replica, options, hostname):
if standalone:
print("==============================================================================")
print("This program will setup DNS for the FreeIPA Server.")
print("This program will setup DNS for the IPA Server.")
print("")
print("This includes:")
print(" * Configure DNS (bind)")
@@ -444,7 +444,6 @@ class DNSInstallInterface(hostname.HostNameInstallInterface):
allow_zone_overlap = prepare_only(allow_zone_overlap)
reverse_zones = knob(
# pylint: disable=invalid-sequence-index
typing.List[str], [],
description=("The reverse DNS zone to use. This option can be used "
"multiple times"),
@@ -506,7 +505,6 @@ class DNSInstallInterface(hostname.HostNameInstallInterface):
raise ValueError(error)
forwarders = knob(
# pylint: disable=invalid-sequence-index
typing.List[ipautil.CheckedIPAddressLoopback], None,
description=("Add a DNS forwarder. This option can be used multiple "
"times"),