summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2011-09-26 11:34:16 +0200
committerMartin Kosek <mkosek@redhat.com>2011-09-26 17:11:17 +0200
commitf4089adf77a6aedd226be3b165f9a2a37a0c66be (patch)
treee1c629ef948aaec0799ce1897523ab22496270b7 /install
parent09dc3562f2706184ae15ed36b1d874a00fe33e65 (diff)
downloadfreeipa-f4089adf77a6aedd226be3b165f9a2a37a0c66be.tar.gz
freeipa-f4089adf77a6aedd226be3b165f9a2a37a0c66be.tar.xz
freeipa-f4089adf77a6aedd226be3b165f9a2a37a0c66be.zip
Fix ipa-replica-prepare always warning the user about not using the system hostname.
ticket 1717
Diffstat (limited to 'install')
-rwxr-xr-xinstall/tools/ipa-replica-prepare2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-replica-prepare b/install/tools/ipa-replica-prepare
index b6eff6b7c..d4031e435 100755
--- a/install/tools/ipa-replica-prepare
+++ b/install/tools/ipa-replica-prepare
@@ -246,7 +246,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'):