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 314985 Details for
Bug 457835
CVE-2008-3274 IPA Kerberos master password disclosure
[?]
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]
The dump utility may set some flags that produced invalid keys, comment out offending paths
freeipa-fix-key-encryption.patch (text/plain), 1.61 KB, created by
Simo Sorce
on 2008-08-26 12:50:55 UTC
(
hide
)
Description:
The dump utility may set some flags that produced invalid keys, comment out offending paths
Filename:
MIME Type:
Creator:
Simo Sorce
Created:
2008-08-26 12:50:55 UTC
Size:
1.61 KB
patch
obsolete
>From c5b44f77a1a2fcc19312dc2d5ad2a46836c936a2 Mon Sep 17 00:00:00 2001 >From: Simo Sorce <ssorce@redhat.com> >Date: Tue, 12 Aug 2008 16:11:16 -0400 >Subject: [PATCH] Comment out code that generates keys with a random salt, apparently this does not work as expected and generates faulty keys > >--- > .../ipa-pwd-extop/ipa_pwd_extop.c | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > >diff --git a/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c b/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c >index 1697fb5..909476b 100644 >--- a/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c >+++ b/ipa-server/ipa-slapi-plugins/ipa-pwd-extop/ipa_pwd_extop.c >@@ -582,6 +582,7 @@ static Slapi_Value **encrypt_encode_key(krb5_context krbctx, struct ipapwd_data > * we have to use a more conservative approach and set the salt > * to be REALMprincipal (the concatenation of REALM and principal > * name without any separator) */ >+#if 0 > if (krbTicketFlags & KTF_REQUIRES_PRE_AUTH) { > salt.length = KRB5P_SALT_SIZE; > salt.data = malloc(KRB5P_SALT_SIZE); >@@ -598,6 +599,7 @@ static Slapi_Value **encrypt_encode_key(krb5_context krbctx, struct ipapwd_data > goto enc_error; > } > } else { >+#endif > krberr = krb5_principal2salt(krbctx, princ, &salt); > if (krberr) { > slapi_log_error(SLAPI_LOG_FATAL, "ipa_pwd_extop", >@@ -605,7 +607,9 @@ static Slapi_Value **encrypt_encode_key(krb5_context krbctx, struct ipapwd_data > krb5_get_error_message(krbctx, krberr)); > goto enc_error; > } >+#if 0 > } >+#endif > break; > > case KRB5_KDB_SALTTYPE_V4: >-- >1.5.5.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 457835
:
314983
|
314984
| 314985 |
314986
|
314987
|
314988
|
314989