mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix ipa-replica-prepare always warning the user about not using the system hostname.
ticket 1717
This commit is contained in:
committed by
Martin Kosek
parent
f9477be9e9
commit
5cd121d6dd
@@ -244,7 +244,7 @@ def main():
|
||||
options.setup_pkinit = False
|
||||
|
||||
try:
|
||||
installutils.verify_fqdn(replica_fqdn)
|
||||
installutils.verify_fqdn(replica_fqdn, system_name_check=False)
|
||||
except RuntimeError, e:
|
||||
msg = str(e)
|
||||
if msg.startswith('Unable to resolve host name'):
|
||||
|
||||
Reference in New Issue
Block a user