summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2013-06-05 14:47:58 +0200
committerPetr Viktorin <pviktori@redhat.com>2013-06-12 12:59:54 +0200
commit6b556235266a71eb3f03acaab869a1757534274a (patch)
tree78ec3cd9600f55eb504a5afdbcd5a734392ed6df
parentcf84376928111447c083ab75ede5bccd7a5d211b (diff)
downloadfreeipa-6b556235266a71eb3f03acaab869a1757534274a.tar.gz
freeipa-6b556235266a71eb3f03acaab869a1757534274a.tar.xz
freeipa-6b556235266a71eb3f03acaab869a1757534274a.zip
Remove stray error condition in ipa-server-install.
-rwxr-xr-xinstall/tools/ipa-server-install3
1 files changed, 0 insertions, 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(