From 6b556235266a71eb3f03acaab869a1757534274a Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Wed, 5 Jun 2013 14:47:58 +0200 Subject: Remove stray error condition in ipa-server-install. --- install/tools/ipa-server-install | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install index 56acdafaf..9ddde5d7b 100755 --- a/install/tools/ipa-server-install +++ b/install/tools/ipa-server-install @@ -287,9 +287,6 @@ def parse_options(): if options.dirsrv_pkcs12 and not options.root_ca_file: parser.error( "--root-ca-file must be given with the PKCS#12 options.") - if options.dirsrv_pkcs12 and not options.root_ca_file: - parser.error( - "The PKCS#12 options must be given with --root-ca-file.") if (options.external_cert_file or options.external_ca_file) and options.dirsrv_pkcs12: parser.error( -- cgit