admin.runCommand({saslStart: 1, mechanism: 'unknown-mech', payload: '...'});
Response on 4.4+ { ok: 0.0, errmsg: ''}
Response on 4.2- {"ok":
{"$numberDouble":"0.0"},"errmsg": "Unsupported mechanism 'unknown-mech' on authentication database 'admin'","code": {"$numberInt":"2"},"codeName": "BadValue"}
- duplicates
-
SERVER-46877 saslStart command fails without an error message
- Closed