Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
The mongodb-core test Should correctly authenticate server using scram-sha-1 using connect auth fails because the following command is not correctly performing authentication:
server.connect({auth: [method, 'admin', 'root', 'root']}) |
This is documented as a valid way to connect to the server, so it should work.
This is the reason that the auth topology tests are failing.
Attachments
Issue Links
- has to be done before
-
NODE-1073 updates scram.js hi() algorithm to utilize crypto.pbkdf2Sync()
-
- Closed
-