mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
replica install: add missing check for non-local IP address
Add missing warning for used non-local IP address. https://pagure.io/freeipa/issue/4317 Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
parent
f9cba7d161
commit
1b8dc1131c
@ -854,6 +854,7 @@ def install_check(installer):
|
||||
# check addresses here, dns module is doing own check
|
||||
network_ip_address_warning(config.ips)
|
||||
broadcast_ip_address_warning(config.ips)
|
||||
no_matching_interface_for_ip_address_warning(config.ips)
|
||||
|
||||
if options.setup_adtrust:
|
||||
adtrust.install_check(False, options, remote_api)
|
||||
|
Loading…
Reference in New Issue
Block a user