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

Gordon Sim commented on QPID-3528:
----------------------------------

Fraser Adams also suggested on the user list that more helpful logging would be 
useful here. I don't know what we can do in terms of logging what cyrus-sasl 
actually does. The log statement at present says 'SASL: config path set to xyz' 
regardless of whether the path is valid or not. At the very least changing that 
to say e.g 'Added xyz to SASL path' might make what is actually happening a 
little clearer. 
                
> qpid --help has wrong description of sasl-config parameter
> ----------------------------------------------------------
>
>                 Key: QPID-3528
>                 URL: https://issues.apache.org/jira/browse/QPID-3528
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.10
>            Reporter: Pavel Moravec
>            Assignee: michael j. goulish
>            Priority: Trivial
>              Labels: patch
>         Attachments: saslconfig-help.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Description of problem:
> qpidd --help shows sasl-config option to specify filename of SASL config file.
> That is wrong as it specifies _directory_ (like /etc/sasl2) where qpidd.conf
> for SASL lies.
> man pages of qpid are correct:
>        --sasl-config DIR
>               gets sasl config info from nonstandard location
> Just qpidd --help is wrong.
> Version-Release number of selected component (if applicable):
> any (MRG 2.0 checked)
> How reproducible:
> 100%
> Steps to Reproduce:
> 1. qpidd --help | grep -A1 sasl
> Actual results:
> # qpidd --help | grep -A1 sasl
>   --sasl-config FILE                                  gets sasl config from 
>                                                       nonstandard location
> #
> Expected results:
> # qpidd --help | grep -A1 sasl
>   --sasl-config DIR (/etc/sasl2)                     gets sasl config from 
>                                                      nonstandard directory
> #
> Additional info:
> Patch attached.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to