Hi. If I recall correctly you'd also need to allow insecure mechanisms via
the connection_options [1]:
"
/// Force the enabling of SASL mechanisms that disclose cleartext
/// passwords over the connection. By default, such mechanisms
/// are disabled.
PN_CPP_EXTERN connection_options& sasl_allow_insecure_mechs(bool);
"
After that you might want to check to ensure that the plain mechanism is
installed as on some platforms cyrus-sasl-plain is a separate package and is
not installed when cyrus-sasl itself is.
Roddie
---
[1] -
https://github.com/apache/qpid-proton/blob/master/proton-c/bindings/cpp/include/proton/connection_options.hpp#L139-L142
--
Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]