mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove stray error condition in ipa-server-install.
This commit is contained in:
parent
cf84376928
commit
6b55623526
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user