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

Chuck Rolke commented on QPID-6559:
-----------------------------------

How about unifying the Null Sasl support between Linux and Windows? 
Specifically we have these modules doing approximately the same job and 
returning responses that are approximately the same.
{noformat}
  cpp/src/qpid/NullSaslClient.cpp
  cpp/src/qpid/windows/SaslFactory.cpp
{noformat}

The differences to reconcile are:
* For PLAIN Windows allows a null password but Linux does not.
* For ANONYMOUS Windows returns "anonymous@<nodename>" but Linux returns 
"ANONYMOUS" or "<username>".
* Windows allows EXTERNAL but Linux does not.


> NullSaslClient only support ANONYMOUS
> -------------------------------------
>
>                 Key: QPID-6559
>                 URL: https://issues.apache.org/jira/browse/QPID-6559
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Client
>    Affects Versions: 0.32
>            Reporter: Gordon Sim
>            Assignee: Gordon Sim
>             Fix For: 0.33
>
>
> So on linux, if the client is built without cyrus-sasl-devel installed then 
> there is no PLAIN support.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to