-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: auth
-
None
When connecting to ldaptest from Solaris and the RHEL7.1 PPC64le evergreen instances, we hit strange problems:
2017/01/24 22:44:44.0494: [23523]: DEBUG: cluster: Authentication failed: SASL Failure: no payload provided from server.: SASL(-1): generic failure: Unable to find a callback: 32775
which is
include/sasl.h:#define SASL_CB_CANON_USER (0x8007)
Implementing the callback resolves the sasl error, but we still get no payload from the server after our initial saslStart command:
--> { "saslStart" : 1, "mechanism" : "GSSAPI", "payload" : "YIICmAYJKoZIhvcSAQICAQBuggKHMIICg6ADAgEFoQMCAQ6iBwMFAAAAAACjggGTYYIBjzCCAYugAwIBBaETGxFMREFQVEVTVC4xMEdFTi5DQ6InMCWgAwIBA6EeMBwbB21vbmdvZGIbEWxkYX "autoAuthorize" : 1 } <-- { "conversationId" : 1, "done" : false, "payload" : "", "ok" : 1.0 }
- related to
-
CDRIVER-2133 Coverity analysis defect 100116: Out-of-bounds access
- Closed
-
CDRIVER-2040 Run Cyrus SASL tests on Windows
- Closed