Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0-M2
-
None
Description
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