Remove stray error condition in ipa-server-install.

This commit is contained in:
Jan Cholasta 2013-06-05 14:47:58 +02:00 committed by Petr Viktorin
parent cf84376928
commit 6b55623526

View File

@ -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(