Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 314354 Details for
Bug 458871
When using self-signed certs CA is not installed and HTML is not signed
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
set up autoconfig if not installing with PKCS#12 files
freeipa-74-autoconfig.patch (text/plain), 1.22 KB, created by
Rob Crittenden
on 2008-08-14 20:19:13 UTC
(
hide
)
Description:
set up autoconfig if not installing with PKCS#12 files
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-08-14 20:19:13 UTC
Size:
1.22 KB
patch
obsolete
>From 6849a7d9dd0e083eb5fbbe5e37eff4720f84060d Mon Sep 17 00:00:00 2001 >From: Rob Crittenden <rcrit@ipa.greyoak.com> >Date: Thu, 14 Aug 2008 16:58:00 -0400 >Subject: [PATCH] When installing with an IPA-created CA generate the Firefox autoconfiguration > files. > >458871 >--- > ipa-server/ipa-install/ipa-server-install | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/ipa-server/ipa-install/ipa-server-install b/ipa-server/ipa-install/ipa-server-install >index d168570..d487917 100644 >--- a/ipa-server/ipa-install/ipa-server-install >+++ b/ipa-server/ipa-install/ipa-server-install >@@ -515,10 +515,10 @@ def main(): > http = ipaserver.httpinstance.HTTPInstance(fstore) > if options.http_pkcs12: > pkcs12_info = (options.http_pkcs12, pw_name) >- http.create_instance(realm_name, host_name, domain_name, False, pkcs12_info) >+ http.create_instance(realm_name, host_name, domain_name, autoconfig=False, pkcs12_info=pkcs12_info) > os.remove(pw_name) > else: >- http.create_instance(realm_name, host_name, domain_name, False) >+ http.create_instance(realm_name, host_name, domain_name, autoconfig=True) > > # Create the config file > fstore.backup_file("/etc/ipa/ipa.conf") >-- >1.5.4.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 458871
: 314354