You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Steve Huston (JIRA)" <ji...@apache.org> on 2010/12/01 17:29:11 UTC

[jira] Commented: (QPID-2949) broker prompts console interactively for password when --auth=no

    [ https://issues.apache.org/jira/browse/QPID-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965737#action_12965737 ] 

Steve Huston commented on QPID-2949:
------------------------------------

This patch broke the Windows build:

..\..\qpid\cpp\src\qpid\client\windows\SaslFactory.cpp(105) : error C2511: 'std::auto_ptr<_Ty> qpid::SaslFactory::create(const std::string &,const std::string &,const std::string &,const std::string &,int,int)' : overloaded member function not found in 'qpid::SaslFactory'

please see http://www.riverace.com/CDash-1.4.2/viewBuildError.php?buildid=1032 for more info, but the above error is the one that matters.

> broker prompts console interactively for password when --auth=no
> ----------------------------------------------------------------
>
>                 Key: QPID-2949
>                 URL: https://issues.apache.org/jira/browse/QPID-2949
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.8
>            Reporter: michael j. goulish
>            Assignee: michael j. goulish
>            Priority: Minor
>             Fix For: 0.9
>
>         Attachments: dont_prompt_me_2.diff
>
>
> As a result of checkin svn r1024541, which promoted some client-side Sasl code to the common library for use in broker, the broker now prompts for a password when when it is run with --auth=no  !    
> The attached patch removes this behavior by propagating knowledge of "--auth=no" down to SaslFactory.  If authorization has been turned off, the Saslfactory will create a null sasl object, just like it does if the code is compiled with no Sasl support.
> TODO -- also must fix the pathway where auth==yes.
> NOTE: this is apparently an irritant rather than a disaster, since it did not affect make check after the original checkin ( r102451 ).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org