summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-server-install
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-06-25 16:53:24 +0200
committerPetr Viktorin <pviktori@redhat.com>2013-06-27 16:01:52 +0200
commitf5bc155f56a3673a419f921db18e64f8647065ec (patch)
tree633a610c3069a5d8ed308ab3f2b356c2342eff45 /install/tools/ipa-server-install
parent736dd0fcd6d35abbea28481dc544502c132f78f8 (diff)
downloadfreeipa-f5bc155f56a3673a419f921db18e64f8647065ec.tar.gz
freeipa-f5bc155f56a3673a419f921db18e64f8647065ec.tar.xz
freeipa-f5bc155f56a3673a419f921db18e64f8647065ec.zip
Create Firefox configuration extension on CA-less install
Create: * kerberosauth.xpi * krb.js even when --http_pkcs12 option is used. https://fedorahosted.org/freeipa/ticket/3747
Diffstat (limited to 'install/tools/ipa-server-install')
-rwxr-xr-xinstall/tools/ipa-server-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index 9ddde5d7b..cc88a0b19 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -1103,12 +1103,12 @@ def main():
http = httpinstance.HTTPInstance(fstore)
if options.http_pkcs12:
http.create_instance(
- realm_name, host_name, domain_name, dm_password, autoconfig=False,
+ realm_name, host_name, domain_name, dm_password,
pkcs12_info=http_pkcs12_info, subject_base=options.subject,
auto_redirect=options.ui_redirect, ca_file=ca_file)
else:
http.create_instance(
- realm_name, host_name, domain_name, dm_password, autoconfig=True,
+ realm_name, host_name, domain_name, dm_password,
subject_base=options.subject, auto_redirect=options.ui_redirect)
ipaservices.restore_context("/var/cache/ipa/sessions")