the PLAIN SASL BindRequest is not supported
--------------------------------------------
Key: DIRAPI-44
URL: https://issues.apache.org/jira/browse/DIRAPI-44
Project: Directory Client API
Issue Type: Bug
Affects Versions: 1.0-M2
Reporter: Emmanuel Lecharny
Fix For: 1.0.0-RC1
The test testSaslBindPLAIN() is suppose to test the PLAIN SASL mechanism, but
as the BindRequest we send is a Simple Bind, it just test a simple bind request.
With the modification I've done this afternoon (and not yet committed), this
test is now failing.
Looking at the code that deal with the PLAIN SASL bind in the protocol handler,
the failure is normal. We should add support for this SASL mechanism, as what
we did for GSSAPI, CRAM-MD5, DIGEST-MD5
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira