[ 
https://issues.apache.org/jira/browse/QPID-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

michael j. goulish updated QPID-2949:
-------------------------------------

    Attachment: dont_prompt_me.diff

This patch prevents the broker from prompting for a password when auth == no by 
sending that info down to the SaslFactory, through Connection and 
ConnectionHandler.    The SaslFactory will create a null sasl object.


> 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.8
>
>         Attachments: dont_prompt_me.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.

-- 
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-subscr...@qpid.apache.org

Reply via email to