When attempting to authenticate with the GSSAPI authMechanism using SSPI on Windows with a pooled client, we succeed at authenticating, but then check a possibly uninitialized bson_error_t here:
If it is uninitialized, it returns false even if authentication succeeds, propagating the failure up the operation.
- related to
-
CDRIVER-3513 Fix instances where functions may return false without setting the out bson_error_t
- Closed
-
CDRIVER-3334 Test with Cyrus SASL on Windows in evergreen
- Closed