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 310674 Details for
Bug 451014
ipa-server-certinstall - Directory name error
[?]
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]
properly convert realm name into DS instance name
freeipa-54-certinstall.patch (text/plain), 1.01 KB, created by
Rob Crittenden
on 2008-07-01 14:15:49 UTC
(
hide
)
Description:
properly convert realm name into DS instance name
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-07-01 14:15:49 UTC
Size:
1.01 KB
patch
obsolete
>From c0bf35db736da926c7f039d4cc6f7925871f104d Mon Sep 17 00:00:00 2001 >From: Rob Crittenden <rcrit@ipa.greyoak.com> >Date: Tue, 1 Jul 2008 10:09:37 -0400 >Subject: [PATCH] Properly convert the realm to a DS instance name > >451014 >--- > ipa-server/ipa-install/ipa-server-certinstall | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/ipa-server/ipa-install/ipa-server-certinstall b/ipa-server/ipa-install/ipa-server-certinstall >index 7e08921..35fb721 100644 >--- a/ipa-server/ipa-install/ipa-server-certinstall >+++ b/ipa-server/ipa-install/ipa-server-certinstall >@@ -136,7 +136,7 @@ def main(): > if options.dirsrv: > dm_password = getpass.getpass("Directory Manager password: ") > realm = get_realm_name() >- dirname = dsinstance.config_dirname(realm) >+ dirname = dsinstance.config_dirname(dsinstance.realm_to_serverid(realm)) > server_cert = import_cert(dirname, pkcs12_fname) > set_ds_cert_name(server_cert[0], dm_password) > >-- >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 451014
: 310674