summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-replica-prepare
diff options
context:
space:
mode:
Diffstat (limited to 'install/tools/ipa-replica-prepare')
-rwxr-xr-xinstall/tools/ipa-replica-prepare5
1 files changed, 0 insertions, 5 deletions
diff --git a/install/tools/ipa-replica-prepare b/install/tools/ipa-replica-prepare
index df44934de..cd13f5d93 100755
--- a/install/tools/ipa-replica-prepare
+++ b/install/tools/ipa-replica-prepare
@@ -78,11 +78,6 @@ def parse_options():
if cnt > 0 and cnt < num:
parser.error("All PKCS#12 options are required if any are used.")
- if options.ip_address:
- if not installutils.verify_ip_address(options.ip_address, match_local=False):
- parser.error("Bad IP address")
- sys.exit(1)
-
if len(args) != 1:
parser.error("must provide the fully-qualified name of the replica")