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:09 +0200
commit5cd121d6dd620d8979328c443b9809c77c71c21b (patch)
tree0c59538d8e9254a01053bb531fe4b6d4277a4093 /install
parentf9477be9e946ec634898f50e819d363737f304fc (diff)
downloadfreeipa-5cd121d6dd620d8979328c443b9809c77c71c21b.tar.gz
freeipa-5cd121d6dd620d8979328c443b9809c77c71c21b.tar.xz
freeipa-5cd121d6dd620d8979328c443b9809c77c71c21b.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 c3601907a..16536b378 100755
--- a/install/tools/ipa-replica-prepare
+++ b/install/tools/ipa-replica-prepare
@@ -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'):