Bug 908749
| Summary: | C++ qpid client unable to authenticate DIGEST-MD5 mechanism when broker in auth=no mode | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Frantisek Reznicek <freznice> |
| Component: | Messaging_Installation_and_Configuration_Guide | Assignee: | Jared MORGAN <jmorgan> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Eric Sammons <esammons> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.2 | CC: | esammons, gsim, jross, mmurray |
| Target Milestone: | 3.0 | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-22 15:28:36 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Frantisek Reznicek
2013-02-07 12:32:16 UTC
The auth=no mode only supports two mechanisms PLAIN and ANONYMOUS. The point of auth=no is that no authentication is actually performed. (PLAIN is supported simply to allow a username to be specified e.g. for the purposes of testing permissions, but no attempt is made to actually verify that). In my view this is not a bug (unless of course I have misunderstood!). I also think this is not a bug. Proceeding on that assumption for now. Fair enough, thank you for your update. I'm reopening for documentation. I'd like to add comment 1 information to both Messaging_Installation_and_Configuration_Guide and Messaging_Programming_Reference into chapters 'Security'. The message we should pass to users are that in auth=yes we support all we document atm, but for broker's auth=no mode we support only PLAIN and ANONYMOUS authentication mechanisms. The most important message is that auth=no *turns off* all authentication. Though PLAIN is then advertised as a SASL mechanism, it offers no authentication in that mode. The documentation change is informative enough. -> VERIFIED |