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 908604 Details for
Bug 1028289
Broker reports EXTERNAL mech. not supported if CN is empty.
[?]
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.
Revised patch for SaslAuthenticator.cpp.
patch.txt (text/plain), 837 bytes, created by
Irina Boverman
on 2014-06-13 15:07:39 UTC
(
hide
)
Description:
Revised patch for SaslAuthenticator.cpp.
Filename:
MIME Type:
Creator:
Irina Boverman
Created:
2014-06-13 15:07:39 UTC
Size:
837 bytes
patch
obsolete
>diff --git a/qpid/cpp/src/qpid/broker/SaslAuthenticator.cpp b/qpid/cpp/src/qpid/broker/SaslAuthenticator.cpp >index 470efe7..575d255 100644 >--- a/qpid/cpp/src/qpid/broker/SaslAuthenticator.cpp >+++ b/qpid/cpp/src/qpid/broker/SaslAuthenticator.cpp >@@ -298,6 +298,11 @@ void CyrusAuthenticator::init() > SecuritySettings external = connection.getExternalSecuritySettings(); > QPID_LOG(debug, "External ssf=" << external.ssf << " and auth=" << external.authid); > sasl_ssf_t external_ssf = (sasl_ssf_t) external.ssf; >+ >+ if ((external_ssf) && (external.authid.empty())) { >+ QPID_LOG(warning, "SASL error: unable to offer EXTERNAL mechanism as authid cannot be determined"); >+ } >+ > if (external_ssf) { > int result = sasl_setprop(sasl_conn, SASL_SSF_EXTERNAL, &external_ssf); > if (result != SASL_OK) {
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 Raw
Actions:
View
Attachments on
bug 1028289
:
821429
|
907100
|
907104
|
908305
| 908604