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 717063 Details for
Bug 733758
Catch and report failure to open qpidd.sasldb when PLAIN authentication is enabled
[?]
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]
Change qpid log message
bz733758.patch (text/plain), 1.01 KB, created by
Ernie
on 2013-03-27 13:15:40 UTC
(
hide
)
Description:
Change qpid log message
Filename:
MIME Type:
Creator:
Ernie
Created:
2013-03-27 13:15:40 UTC
Size:
1.01 KB
patch
obsolete
>Index: cpp/src/qpid/broker/SaslAuthenticator.cpp >=================================================================== >--- cpp/src/qpid/broker/SaslAuthenticator.cpp (revision 1457042) >+++ cpp/src/qpid/broker/SaslAuthenticator.cpp (working copy) >@@ -469,6 +469,13 @@ > std::string errordetail = sasl_errdetail(sasl_conn); > if (!getUsername(uid)) { > QPID_LOG(info, "SASL: Authentication failed (no username available yet):" << errordetail); >+ } else if (SASL_NOUSER == code) { >+ // SASL_NOUSER is returned when either: >+ // - the use name supplied was not in the sasl db or >+ // - the sasl db could not be read >+ // - because of file permissions or >+ // - because the file was not found >+ QPID_LOG(info, "SASL: Authentication failed. User not found or sasldb not accessible.(" << code << ") for " << uid); > } else { > QPID_LOG(info, "SASL: Authentication failed for " << uid << ":" << errordetail); > }
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 733758
:
714727
| 717063